]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: remove pyOpenSSL version pinning 38504/head
authorKiefer Chang <kiefer.chang@suse.com>
Wed, 9 Dec 2020 07:55:24 +0000 (15:55 +0800)
committerLaura Paduano <lpaduano@suse.com>
Wed, 9 Dec 2020 16:30:06 +0000 (17:30 +0100)
Tests require a newer version of pyOpenSSL.

Fixes: https://tracker.ceph.com/issues/48506
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit 2695075c4b2fc69735a834c49f6f8e768de4f85c)

Conflicts:
src/pybind/mgr/dashboard/requirements.txt
 - This manual change was required in order to get the
   backport working in nautilus

src/pybind/mgr/dashboard/constraints.txt
src/pybind/mgr/dashboard/requirements.txt

index 5255f89a6c3f8401b2edbc799cf74a03ebf1af88..67b37078fc98205644dea73dd656c29e6ad410e8 100644 (file)
@@ -2,7 +2,6 @@ CherryPy==13.1.0
 enum34==1.1.6
 more-itertools==4.1.0
 PyJWT==1.6.4
-pyopenssl==17.5.0
 bcrypt==3.1.4
 python3-saml==1.4.1
 requests==2.20.0
index 0c01c5f9ede1417384b3c5cd3150c1d8645a95c2..3d63ef33d30d6f404620493d0399c23db70ddeb8 100644 (file)
@@ -19,7 +19,7 @@ py==1.5.2
 pycodestyle==2.4.0
 pycparser==2.18
 PyJWT==1.6.4
-pyopenssl==17.5.0
+pyopenssl
 pytest==3.3.2
 pytest-cov==2.5.1
 pytest-faulthandler==1.0.1