diff options
Diffstat (limited to 'system/libcap-ng')
-rw-r--r-- | system/libcap-ng/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libcap-ng/APKBUILD b/system/libcap-ng/APKBUILD index a31545601..507b87368 100644 --- a/system/libcap-ng/APKBUILD +++ b/system/libcap-ng/APKBUILD @@ -6,6 +6,7 @@ pkgdesc="POSIX capabilities library" url="https://people.redhat.com/sgrubb/libcap-ng/index.html" arch="all" license="LGPL-2.1+" +depends="" depends_dev="linux-headers" makedepends="python3 $depends_dev" makedepends_host="$depends_dev" |