From b058f64abe797b78059d084a3af5d9f7e4049d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 29 Nov 2024 10:43:27 +0100 Subject: [PATCH] Remove python 2.7 dependencies from setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 839400be..39f66d1d 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,5 @@ setup( "productmd>=1.43", "dogpile.cache", ], - extras_require={':python_version=="2.7"': ["enum34", "lockfile"]}, tests_require=["pytest", "pytest-cov"], )