From 1faede4c5adf9c78aa7f6d2a6898c8ee6db95b27 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Fri, 16 Jun 2023 16:46:13 +0200 Subject: Remove pycryptodome dependency This hasn't been used since 2.12, so remove it. --- debian/control | 2 -- debian/tests/control | 2 -- 2 files changed, 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 , python3-docutils, - python3-pycryptodome, python3-jinja2 (>= 3.0.0~), python3-packaging, # python3-pygments , @@ -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, -- cgit v1.2.3