From: Kefu Chai Date: Sun, 31 Jan 2021 04:03:07 +0000 (+0800) Subject: pybind/mgr/dashboard: do not install enum34 X-Git-Tag: v16.2.11~358^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b92a09d0cf440d64e5edc5207041824c3008a53f;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 (cherry picked from commit 9d0023ba906f3a5eb930318609db5ec61e57f030) --- diff --git a/src/pybind/mgr/dashboard/constraints.txt b/src/pybind/mgr/dashboard/constraints.txt index 5b1477c80611..75af032326c0 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==2.0.1 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