libcap-ng: rebuild for Python 3.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libcap-ng'
|
# Template file for 'libcap-ng'
|
||||||
pkgname=libcap-ng
|
pkgname=libcap-ng
|
||||||
version=0.7.8
|
version=0.7.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-python"
|
configure_args="--without-python"
|
||||||
short_desc="An alternate POSIX capabilities library"
|
short_desc="An alternate POSIX capabilities library"
|
||||||
@@ -41,7 +41,7 @@ libcap-ng-progs_package() {
|
|||||||
libcap-ng-python3_package() {
|
libcap-ng-python3_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
replaces="libcap-ng-python3.4>=0"
|
replaces="libcap-ng-python3.4>=0"
|
||||||
short_desc+=" - python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="capng.py"
|
pycompile_module="capng.py"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
@@ -50,7 +50,7 @@ libcap-ng-python3_package() {
|
|||||||
}
|
}
|
||||||
libcap-ng-python_package() {
|
libcap-ng-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
short_desc+=" - python bindings"
|
short_desc+=" - Python2 bindings"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="capng.py"
|
pycompile_module="capng.py"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user