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:
Lubomír Sedlář 2017-01-18 13:35:49 +01:00
parent d5e6639a6d
commit ec67eac1cc
5 changed files with 33 additions and 17 deletions

View file

@ -53,11 +53,12 @@ setup(
],
test_suite = "tests",
install_requires = [
"enum34",
"jsonschema",
"kobo",
"lockfile",
"lxml",
"productmd",
"jsonschema",
],
tests_require = [
"mock",