From c2852f70347a3c366f99f71fbdcfa7b21878e8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 29 Nov 2024 11:43:27 +0200 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ář (cherry picked from commit b058f64abe797b78059d084a3af5d9f7e4049d88) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a4492a70..a21a73b4 100755 --- a/setup.py +++ b/setup.py @@ -63,6 +63,5 @@ setup( "productmd>=1.43", "dogpile.cache", ], - extras_require={':python_version=="2.7"': ["enum34", "lockfile"]}, tests_require=["pytest", "pytest-cov", "pyfakefs"], )