diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-19 21:27:14 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-19 21:27:14 +0200 |
commit | d7a3365bf39a2beabe0b5def3d5f359bd0b12951 (patch) | |
tree | c92f1e35d5fb60231d7d8acd696e1d55276359eb /main/nginx/APKBUILD | |
parent | 986b94adc62174820a1e26819346ed60849c08e9 (diff) | |
download | aports-d7a3365bf39a2beabe0b5def3d5f359bd0b12951.tar.bz2 aports-d7a3365bf39a2beabe0b5def3d5f359bd0b12951.tar.xz |
main/nginx: add uwsgi-python to checkdepends
To run uwsgi tests.
Diffstat (limited to 'main/nginx/APKBUILD')
-rw-r--r-- | main/nginx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index b83d1d9010..9c6301f331 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -67,7 +67,7 @@ depends="" makedepends="linux-headers gd-dev geoip-dev libxml2-dev libxslt-dev libressl-dev paxmark pcre-dev perl-dev pkgconf zlib-dev" checkdepends="perl perl-fcgi perl-io-socket-ssl perl-net-ssleay - perl-protocol-websocket uwsgi" + perl-protocol-websocket uwsgi-python" pkgusers="nginx" _grp_ngx="nginx" _grp_www="www-data" |