diff options
Diffstat (limited to 'community/nxapi/APKBUILD')
-rw-r--r-- | community/nxapi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nxapi/APKBUILD b/community/nxapi/APKBUILD index e69d6b226f..96a2307669 100644 --- a/community/nxapi/APKBUILD +++ b/community/nxapi/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="nginx/naxsi log parser, whitelist and report generator." url="http://www.nginx.org | https://github.com/nbs-system/naxsi" arch="noarch" license="GPL v2" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev" #subpackages="$pkgname-doc" |