Check for correct string class
Use python-six and check against correct string class on both Python 2 and Python 3. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
65910f2c33
commit
5379fb5e28
5 changed files with 10 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -61,6 +61,7 @@ setup(
|
|||
"lockfile",
|
||||
"lxml",
|
||||
"productmd",
|
||||
"six",
|
||||
],
|
||||
tests_require = [
|
||||
"mock",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue