python-iptools: remove nonexistent alternatives

This commit is contained in:
Alessio Sergi 2017-07-17 16:00:16 +02:00
parent 852740cd4d
commit c47832b9f6

View file

@ -1,7 +1,7 @@
# Template file for 'python-iptools' # Template file for 'python-iptools'
pkgname=python-iptools pkgname=python-iptools
version=0.6.1 version=0.6.1
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
@ -24,9 +24,8 @@ python3-iptools_package() {
depends="python3" depends="python3"
pycompile_module="iptools" pycompile_module="iptools"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
alternatives="iptools:iptools/usr/bin/iptools3"
pkg_install() { pkg_install() {
vmove /usr/lib/python3* vmove usr/lib/python3*
vlicense LICENSE vlicense LICENSE
} }
} }