Remove python 2.7 dependencies from setup.py

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-11-29 10:43:27 +01:00
parent 8a36744f02
commit b058f64abe

View file

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