mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue