Use enum for flags
This adds an extra dependency on python-enum34. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
d5e6639a6d
commit
ec67eac1cc
5 changed files with 33 additions and 17 deletions
3
setup.py
3
setup.py
|
|
@ -53,11 +53,12 @@ setup(
|
|||
],
|
||||
test_suite = "tests",
|
||||
install_requires = [
|
||||
"enum34",
|
||||
"jsonschema",
|
||||
"kobo",
|
||||
"lockfile",
|
||||
"lxml",
|
||||
"productmd",
|
||||
"jsonschema",
|
||||
],
|
||||
tests_require = [
|
||||
"mock",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue