summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 13 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 6f2c517..2d8ae57 100644
--- a/debian/control
+++ b/debian/control
@@ -7,24 +7,27 @@ XSBC-Original-Uploaders: Samuel Henrique <samueloph@debian.org>,
Bugs: mailto:maintainers@lists.progress-linux.org
Section: misc
Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: black (>= 24.3.0) <!nocheck>,
+ debhelper-compat (= 13),
dh-sequence-python3,
+ git <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
- python3-setuptools,
- python3-setuptools-scm,
+ python3-ansible-compat (>= 24.5.0) <!nocheck>,
+ python3-filelock (>= 3.3.0) <!nocheck>,
+ python3-importlib-metadata <!nocheck>,
+ python3-jmespath <!nocheck>,
+ python3-license-expression (>= 30.3.0) <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-xdist <!nocheck>,
- python3-ansible-compat (>= 4.0.5) <!nocheck>,
- python3-filelock (>= 3.3.0) <!nocheck>,
python3-rich (>= 12.0.0) <!nocheck>,
python3-ruamel.yaml (>= 0.18.5) <!nocheck>,
+ python3-setuptools,
+ python3-setuptools-scm,
python3-wcmatch <!nocheck>,
- black (>= 22.8.0) <!nocheck>,
- git <!nocheck>,
yamllint (>= 1.30.0) <!nocheck>
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ansible-lint
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ansible-lint
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint
@@ -36,9 +39,9 @@ Testsuite: autopkgtest-pkg-pybuild
Package: ansible-lint
Architecture: all
Depends: ansible-core,
- black (>= 22.8.0),
+ black (>= 24.3.0),
git,
- python3-ansible-compat (>= 4.0.5),
+ python3-ansible-compat (>= 24.5.0),
python3-filelock (>= 3.3.0),
python3-jinja2,
python3-jsonschema (>= 4.10.0),