add lxml dependency
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
b62b468ccf
commit
53f93b27c2
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -50,4 +50,7 @@ setup(
|
|||
('/usr/share/pungi/multilib', glob.glob('share/multilib/*')),
|
||||
],
|
||||
test_suite = "tests",
|
||||
install_requires = [
|
||||
"lxml",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue