diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template index 0941a87d544..290f45f78d6 100644 --- a/srcpkgs/libcap-ng/template +++ b/srcpkgs/libcap-ng/template @@ -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