libcap-ng: rebuild for Python 3.6
This commit is contained in:
parent
effe37d771
commit
4966901026
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue