Merge #326 add missing dependencies
This commit is contained in:
commit
11d5ca8342
1 changed files with 11 additions and 0 deletions
11
setup.py
11
setup.py
|
|
@ -50,4 +50,15 @@ setup(
|
|||
('/usr/share/pungi/multilib', glob.glob('share/multilib/*')),
|
||||
],
|
||||
test_suite = "tests",
|
||||
install_requires = [
|
||||
"kobo",
|
||||
"lockfile",
|
||||
"lxml",
|
||||
"productmd",
|
||||
],
|
||||
tests_require = [
|
||||
"mock",
|
||||
"nose",
|
||||
"nose-cov",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue