]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm,deb: add python-{openssl,requests} as make_check dependencies
authorKefu Chai <kchai@redhat.com>
Wed, 13 Feb 2019 12:54:02 +0000 (20:54 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Feb 2019 18:27:07 +0000 (02:27 +0800)
Fixes: https://tracker.ceph.com/issues/37584
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/control

index 809ad3234c278716ccd6dcc3d108712e930a2fd5..e0abdcdde767938a0d318543f2380417a3d2fc6e 100644 (file)
@@ -195,6 +195,12 @@ BuildRequires:     python%{_python_buildid}-requests
 BuildRequires: python%{_python_buildid}-six
 BuildRequires: python%{_python_buildid}-tox
 BuildRequires: python%{_python_buildid}-virtualenv
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires:  pyOpenSSL%{_python_buildid}
+%endif
+%if 0%{?suse_version}
+BuildRequires:  python%{_python_buildid}-pyOpenSSL
+%endif
 BuildRequires: socat
 %endif
 %if 0%{with seastar}
index a8d31a353b65c869a7e7a5a68670f8a81b7cf909..13139440034e7033eb015bf1a371511f60b4c758 100644 (file)
@@ -59,7 +59,9 @@ Build-Depends: cmake (>= 3.5),
 # Make-Check   python-six,
 # Make-Check   python-tox,
 # Make-Check   python-coverage,
+# Make-Check   python-openssl,
 # Make-Check   python-prettytable,
+# Make-Check   python-requests,
                python-setuptools,
                python-sphinx,
 # Make-Check   python-werkzeug,