summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2022-06-14 01:54:21 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2022-06-14 16:06:09 +0200
commitbdcd08008afe53b47cef8845aa6f8056e9e0e905 (patch)
treea94c2cc787c8be424ede829da76b2afb77bc661a
parent8607eb7ec1cc80546e3ad663c7f383ee0d11bd26 (diff)
downloaddebian-ansible-core-bdcd08008afe53b47cef8845aa6f8056e9e0e905.zip
Bump jinja2 requirements
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0147fd52..45e1503f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12~),
# python3-antsibull <!nodoc>,
python3-docutils,
python3-pycryptodome,
- python3-jinja2,
+ python3-jinja2 (>= 3.0.0~),
python3-packaging,
# python3-pygments <!nodoc>,
python3-resolvelib,
@@ -35,7 +35,7 @@ Depends: ${misc:Depends},
python3-distutils,
python3-dnspython,
python3-httplib2,
- python3-jinja2,
+ python3-jinja2 (>= 3.0.0~),
python3-netaddr,
python3-yaml
Recommends: ansible (>= 4.6.0-1~),