diff --git a/.github/workflows/packaging/deb/control b/.github/workflows/packaging/deb/control index d6c2f78..fdcc0d7 100644 --- a/.github/workflows/packaging/deb/control +++ b/.github/workflows/packaging/deb/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: main Priority: optional Architecture: all -Depends: apt-transport-https, locales, ngrep, inotify-tools, virt-what, net-tools, dnsutils, locales-all, python3-tabulate, python3-colorama, python3-dateutil +Depends: apt-transport-https, locales, ngrep, inotify-tools, virt-what, net-tools, dnsutils, locales-all, python3, python3-tabulate, python3-colorama, python3-dateutil, python3-yaml, python3-dateutil Maintainer: Ludovic Description: Linupdate 3 (python version) - A package updater and Repomanager's client side agent Homepage: https://github.com/lbr38/linupdate diff --git a/dependencies.txt b/dependencies.txt index 70f0e70..8027a96 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,12 +1,19 @@ # packages to install : # deb : +python3 python3-tabulate python3-colorama python3-dateutil +python3-yaml +python3-dateutil # rpm : +python3 python3-tabulate python3-colorama -python3-dateutil \ No newline at end of file +python3-dateutil +python3-yaml +python3-dateutil +