Add missing dependencies.
This commit is contained in:
parent
a0a494b4f8
commit
ac69987508
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -28,5 +28,6 @@ setup(name="ognibuild",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=['breezy', 'buildlog-consultant'],
|
install_requires=['breezy', 'buildlog-consultant'],
|
||||||
|
test_requires=['python_debian', 'buildlog-consultant', 'breezy'],
|
||||||
test_suite='ognibuild.tests.test_suite',
|
test_suite='ognibuild.tests.test_suite',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue