pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

syncserver-dependencies: remove py-gunicorn dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Aug 13 10:38:05 2020 +0200
Changeset:	e47a356f844a6f64c26576128c358b478a44d350

Modified Files:
	syncserver-dependencies/options.mk

Log Message:
syncserver-dependencies: remove py-gunicorn dependency

pkgsrc version does not support python 2.x

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e47a356f844a6f64c26576128c358b478a44d350

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 syncserver-dependencies/options.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/syncserver-dependencies/options.mk b/syncserver-dependencies/options.mk
index 0d95a432c8..cbe97a8638 100644
--- a/syncserver-dependencies/options.mk
+++ b/syncserver-dependencies/options.mk
@@ -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


Home | Main Index | Thread Index | Old Index