python-iptools: remove nonexistent alternatives
This commit is contained in:
parent
852740cd4d
commit
c47832b9f6
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-iptools'
|
||||
pkgname=python-iptools
|
||||
version=0.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -24,9 +24,8 @@ python3-iptools_package() {
|
|||
depends="python3"
|
||||
pycompile_module="iptools"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="iptools:iptools/usr/bin/iptools3"
|
||||
pkg_install() {
|
||||
vmove /usr/lib/python3*
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue