Skip to content

Commit

Permalink
Fix: Add new python3-packaging dependency (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
yphus committed Mar 28, 2023
1 parent 6d48137 commit 6c94d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkbox-ng/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
python3-distutils-extra,
python3-docutils,
python3-jinja2,
python3-packaging,
python3-padme,
python3-pkg-resources,
python3-psutil,
Expand Down Expand Up @@ -41,6 +42,7 @@ Description: CheckBoxNG test runner
Package: python3-checkbox-ng
Architecture: all
Depends: python3-jinja2,
python3-packaging,
python3-padme,
python3-pkg-resources,
python3-psutil,
Expand Down
1 change: 1 addition & 0 deletions checkbox-ng/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
install_requires = []
else:
install_requires = [
'packaging',
'requests >= 1.0',
'urwid >= 1.1.1',
'Jinja2 >= 2.7',
Expand Down

0 comments on commit 6c94d21

Please sign in to comment.