syncserver-dependencies: remove py-gunicorn dependency

pkgsrc version does not support python 2.x
This commit is contained in:
Thomas Klausner 2020-08-13 10:38:05 +02:00
parent a6df6a2619
commit e47a356f84
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ DEPENDS+= ${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-mod_wsgi-[0-9]*:../../www/py-mod_w
.if !empty(PKG_OPTIONS:Mnginx)
DEPENDS+= nginx-[0-9]*:../../www/nginx
DEPENDS+= ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
# not available for python 2.x in pkgsrc
#DEPENDS+= ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
.endif