Remove python 2.7 dependencies from setup.py

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>

(cherry picked from commit b058f64abe797b78059d084a3af5d9f7e4049d88)
This commit is contained in:
Lubomír Sedlář 2024-11-29 11:43:27 +02:00 committed by Stepan Oksanichenko
parent 6a293639cf
commit c2852f7034

View File

@ -63,6 +63,5 @@ setup(
"productmd>=1.43",
"dogpile.cache",
],
extras_require={':python_version=="2.7"': ["enum34", "lockfile"]},
tests_require=["pytest", "pytest-cov", "pyfakefs"],
)