Remove python 2.7 dependencies from setup.py
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
8a36744f02
commit
b058f64abe
1 changed files with 0 additions and 1 deletions
1
setup.py
1
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"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue