libcap-ng: rebuild for Python 3.12
This commit is contained in:
parent
0786573699
commit
e454a5d7a9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libcap-ng'
|
||||
pkgname=libcap-ng
|
||||
version=0.8.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-python --without-python3"
|
||||
short_desc="Alternate POSIX capabilities library"
|
||||
|
@ -15,7 +15,7 @@ subpackages="libcap-ng-devel libcap-ng-progs"
|
|||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
subpackages+=" libcap-ng-python libcap-ng-python3"
|
||||
hostmakedepends="python3-devel swig"
|
||||
hostmakedepends="python3-devel swig python3-setuptools"
|
||||
configure_args+=" --without-python --with-python3"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue