From 53ce22a9c11cb47ff9848dcb50336c90823d4e84 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 13 Nov 2017 20:04:06 -0200 Subject: [pkg] downgrade pyzmq version requirement It is not clear why the pinning was made in the first place, and we need to downgrade because the current pyzmq version packaged for jessie is 14.4.0. Pinning to a higher version that is not available in debian causes problems when using python entrypoints for Soledad Server (as we do now). --- pkg/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/requirements.pip b/pkg/requirements.pip index b02c8b5..d1e22f3 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,6 +1,6 @@ jsonschema pyopenssl python-dateutil -pyzmq>=14.4.1 +pyzmq>=14.4.0 txzmq>=0.7.3 -e . -- cgit v1.2.3