diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/tests/control | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 3b27a2dd..e64426c4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper-compat (= 13), python3 (>= 3.9.0~), # python3-antsibull <!nodoc>, python3-docutils, - python3-pycryptodome, python3-jinja2 (>= 3.0.0~), python3-packaging, # python3-pygments <!nodoc>, @@ -33,7 +32,6 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, openssh-client | python3-paramiko (>= 2.6.0), - python3-pycryptodome, python3-distutils, python3-dnspython, python3-httplib2, diff --git a/debian/tests/control b/debian/tests/control index 942ca116..18632a7b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,13 +4,11 @@ Tests: unit # - test/units/requirements.txt Depends: @, git, - python3-pycryptodome, python3-cryptography, python3-jinja2, python3-mock, python3-passlib, python3-pexpect, - python3-pycryptodome, python3-pytest, python3-pytest-mock, python3-pytest-forked, |