libcap-ng: rebuild for Python 3.6

This commit is contained in:
Alessio Sergi 2017-08-28 07:29:31 +02:00
parent effe37d771
commit 4966901026

View file

@ -1,7 +1,7 @@
# Template file for 'libcap-ng'
pkgname=libcap-ng
version=0.7.8
revision=2
revision=3
build_style=gnu-configure
configure_args="--without-python"
short_desc="An alternate POSIX capabilities library"
@ -41,7 +41,7 @@ libcap-ng-progs_package() {
libcap-ng-python3_package() {
lib32disabled=yes
replaces="libcap-ng-python3.4>=0"
short_desc+=" - python3 bindings"
short_desc+=" - Python3 bindings"
depends="python3"
pycompile_module="capng.py"
pkg_install() {
@ -50,7 +50,7 @@ libcap-ng-python3_package() {
}
libcap-ng-python_package() {
lib32disabled=yes
short_desc+=" - python bindings"
short_desc+=" - Python2 bindings"
depends="python"
pycompile_module="capng.py"
pkg_install() {