From: Kefu Chai Date: Sun, 31 Jan 2021 04:03:07 +0000 (+0800) Subject: pybind/mgr/dashboard: do not install enum34 X-Git-Tag: v17.1.0~3103^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d0023ba906f3a5eb930318609db5ec61e57f030;p=ceph.git pybind/mgr/dashboard: do not install enum34 enum was introduced by python 3.4, but we require python3.6 and up. so drop it. Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/constraints.txt b/src/pybind/mgr/dashboard/constraints.txt index 96cfdb99e4fb..05dbdd869f12 100644 --- a/src/pybind/mgr/dashboard/constraints.txt +++ b/src/pybind/mgr/dashboard/constraints.txt @@ -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 diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 282a07573cdf..39ce5f9eae32 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -1,6 +1,5 @@ bcrypt CherryPy -enum34; python_version<'3.4' more-itertools PyJWT pyopenssl