]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: add urllib3==1.25.11 to mgr/requirements.txt 38021/head
authorKefu Chai <kchai@redhat.com>
Wed, 11 Nov 2020 05:09:53 +0000 (13:09 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 11 Nov 2020 05:12:09 +0000 (13:12 +0800)
in hope to address the failure of

ERROR: Cannot install -r requirements.txt (line 3) and kubernetes because these package versions have conflicting dependencies.

The conflict is caused by:
    kubernetes 12.0.0 depends on urllib3>=1.24.2
    requests 2.24.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/requirements.txt

index 7d7cb1fbe3838929db916eb05009e336b6d94768..63840e252f8b9f638eb96287be20559261de086c 100644 (file)
@@ -9,4 +9,4 @@ execnet
 remoto
 Jinja2
 pyfakefs
-
+urllib3==1.25.11