diff options
author | drebs <drebs@riseup.net> | 2017-11-13 20:04:06 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-13 20:04:06 -0200 |
commit | 53ce22a9c11cb47ff9848dcb50336c90823d4e84 (patch) | |
tree | 4564361b1e1a656b8b527698ef229e5005ee982c | |
parent | 0a2920c54d4155ba0f326cedf700e064bb6fffcf (diff) |
[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).
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |