libcap-ng: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:01:31 -04:00
parent 0786573699
commit e454a5d7a9
1 changed files with 2 additions and 2 deletions

View File

@ -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