From fd03bffe99b62fd869a8b1b53ededd58b08a7007 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Tue, 25 Oct 2016 15:27:32 +0200 Subject: [PATCH] fix missing "requests" from the requirements Also add it the spec file for RPM packaging. Sem-Ver: bugfix Change-Id: Ie32a7a9ce4b5d653410993dc14b4953dd3535a38 --- packaging/rpm/python-synergy.spec | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index df02de2..c746eac 100755 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -21,6 +21,7 @@ Requires: python2-eventlet >= 0.17 Requires: python2-oslo-config >= 2.4 Requires: python-pbr >= 1.8 Requires: python-dateutil >= 2.4 +Requires: python-requests >= 2.10.0 %description diff --git a/requirements.txt b/requirements.txt index 03944d2..6c862b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ pbr>=1.8,<1.9 eventlet>=0.17,<0.18 oslo.config>=2.4,<2.5 python-dateutil>=2.2,<2.5 +requests>=2.7.0,<2.11.0 # Packages not available as system packages (rpm or deb) tabulate>=0.7.2,<0.8