]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerTim Serong <tserong@suse.com>
Tue, 23 Aug 2022 06:03:06 +0000 (16:03 +1000)
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>
(cherry picked from commit 9d0023ba906f3a5eb930318609db5ec61e57f030)

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

index 5b1477c80611f89788462230d47e7b5f637b4e41..75af032326c093eff683356e9b45c50d0c8f98ec 100644 (file)
@@ -1,5 +1,4 @@
 CherryPy==13.1.0
-enum34==1.1.6
 more-itertools==4.1.0
 PyJWT==2.0.1
 bcrypt==3.1.4
index 282a07573cdf543078802b1729d982f16d19d40d..39ce5f9eae32f8af7bccc9017aefbb0dd88e3ff7 100644 (file)
@@ -1,6 +1,5 @@
 bcrypt
 CherryPy
-enum34; python_version<'3.4'
 more-itertools
 PyJWT
 pyopenssl