]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/dashboard: do not install enum34
authorKefu Chai <kchai@redhat.com>
Sun, 31 Jan 2021 04:03:07 +0000 (12:03 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 31 Jan 2021 04:04:23 +0000 (12:04 +0800)
enum was introduced by python 3.4, but we require python3.6 and up.
so drop it.

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

index 96cfdb99e4fbd07f035c61f8ec0a9ec0d7abde1e..05dbdd869f12278b19df30ee3c36f337d7ec0d74 100644 (file)
@@ -1,5 +1,4 @@
 CherryPy==13.1.0
-enum34==1.1.6
 more-itertools==4.1.0
 PyJWT==1.6.4
 bcrypt==3.1.4
index 282a07573cdf543078802b1729d982f16d19d40d..39ce5f9eae32f8af7bccc9017aefbb0dd88e3ff7 100644 (file)
@@ -1,6 +1,5 @@
 bcrypt
 CherryPy
-enum34; python_version<'3.4'
 more-itertools
 PyJWT
 pyopenssl