diff options
author | Michael Chapman <woppin@gmail.com> | 2016-09-07 12:37:57 +1000 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-07 13:59:54 +0000 |
commit | 01223dad2c22ab23c84598fad6c556f45cb11ec8 (patch) | |
tree | 9cca33914203e11ba0ff2fb414fa8f3e3d4b3e0d /build/rpm_specs | |
parent | 22016161ae3e8491ee57e17dd3385dc854c037d6 (diff) |
Add build dependencies for python-crypyography
pip will attempt to build this from source, so it needs some
libraries.
Change-Id: I85820789c5e99b72454e648b21de525bccf314a3
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit c5904a139026826c3dea1a63e5ff21953aa4869a)
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/openstack-congress.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm_specs/openstack-congress.spec b/build/rpm_specs/openstack-congress.spec index 0dd3491c..4a109fb2 100644 --- a/build/rpm_specs/openstack-congress.spec +++ b/build/rpm_specs/openstack-congress.spec @@ -11,7 +11,7 @@ URL: https://wiki.openstack.org/wiki/Congress/Installation Source0: openstack-congress.tar.gz BuildArch: noarch -BuildRequires: python-setuptools python2-oslo-config python2-debtcollector +BuildRequires: python-setuptools python2-oslo-config python2-debtcollector libffi-devel python-devel openssl-devel #Requires: pbr>=0.8 Paste PasteDeploy>=1.5.0 Routes>=1.12.3!=2.0 anyjson>=0.3.3 argparse #Requires: Babel>=1.3 eventlet>=0.16.1!=0.17.0 greenlet>=0.3.2 httplib2>=0.7.5 requests>=2.2.0!=2.4.0 #Requires: iso8601>=0.1.9 kombu>=2.5.0 netaddr>=0.7.12 SQLAlchemy<1.1.0>=0.9.7 |