Drop usage of six
We no longer need to support Python 2, so there's no point in this compatibility layer. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
8558b74d78
commit
b34de57813
57 changed files with 406 additions and 734 deletions
1
setup.py
1
setup.py
|
|
@ -57,7 +57,6 @@ setup(
|
|||
"kobo",
|
||||
"lxml",
|
||||
"productmd>=1.23",
|
||||
"six",
|
||||
"dogpile.cache",
|
||||
],
|
||||
extras_require={':python_version=="2.7"': ["enum34", "lockfile"]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue