summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-06-16 16:46:13 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-06-16 19:02:21 +0200
commit1faede4c5adf9c78aa7f6d2a6898c8ee6db95b27 (patch)
treeb8c40e282777abb87144f36306ac3bbd9a945eb0
parentba1895299e413cf8af7ee9ae1d40d6d6820a9642 (diff)
downloaddebian-ansible-core-1faede4c5adf9c78aa7f6d2a6898c8ee6db95b27.zip
Remove pycryptodome dependency
This hasn't been used since 2.12, so remove it.
-rw-r--r--debian/control2
-rw-r--r--debian/tests/control2
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,