Merge #326 `add missing dependencies`

This commit is contained in:
Dennis Gilmore 2016-06-08 07:57:39 +00:00
commit 11d5ca8342
1 changed files with 11 additions and 0 deletions

View File

@ -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",
],
)