Skip to content

Commit 830aa87

Browse files
authored
Merge pull request #663 from furlongm/develop
add missing dependencies
2 parents fc84328 + 8f6495f commit 830aa87

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

debian/control

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Architecture: all
1515
Homepage: https://github.com/furlongm/patchman
1616
Depends: ${misc:Depends}, python3 (>= 3.11), python3-django (>= 4.2),
1717
python3-django-extensions, python3-django-bootstrap3, python3-cvss,
18-
python3-djangorestframework, python3-debian, python3-django-filters,
19-
python3-rpm, python3-tqdm, python3-lxml, python3-defusedxml,
18+
python3-djangorestframework, python3-django-filters, python3-debian,
19+
python3-rpm, python3-tqdm, python3-defusedxml, python3-pip, python3-tenacity,
2020
python3-requests, python3-colorama, python3-magic, python3-humanize,
21-
python3-pip, python3-pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3,
22-
apache2, python3-django-taggit, python3-django-celery, python3-django-celery-beat
21+
python3-pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3,
22+
apache2, python3-django-taggit, python3-celery, python3-django-celery-beat,
23+
python3-redis, python3-git
2324
Suggests: python3-mysqldb, python3-psycopg2
2425
Description: Django-based patch status monitoring tool for linux systems.
2526
.

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = /usr/bin/python3
1212
python3-debian
1313
python3-rpm
1414
python3-tqdm
15-
python3-lxml
15+
python3-tenacity
1616
python3-defusedxml
1717
python3-requests
1818
python3-colorama
@@ -24,6 +24,8 @@ requires = /usr/bin/python3
2424
python3-mod_wsgi
2525
python3-importlib-metadata
2626
python3-cvss
27+
python3-redis
28+
python3-GitPython
2729
policycoreutils-python-utils
2830
httpd
2931
python3-dnf-plugin-post-transaction-actions

0 commit comments

Comments
 (0)