summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-05-27 01:42:40 +0200
committerGitHub <noreply@github.com>2020-05-27 01:42:40 +0200
commit341a6be78d7fc1701b0b120fc9df1c913a12948c (patch)
tree944aa4b0856142ec14c2ad518b423376a374a623
parentMore fixes for debian ansible-base builds (#69714) (diff)
downloadansible-341a6be78d7fc1701b0b120fc9df1c913a12948c.tar.xz
ansible-341a6be78d7fc1701b0b120fc9df1c913a12948c.zip
fix debian control file copypaste fail (#69715)
Signed-off-by: Rick Elrod <rick@elrod.me>
-rw-r--r--packaging/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control
index 7a96700f09..7138005704 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Standards-Version: 3.9.3
Maintainer: Ansible, Inc. <info@ansible.com>
-Build-Depends: cdbs, debhelper (>= 5.0.0), python3-docutils, python3, dh-python | python-support, python3-setuptools, lsb-release python3-straight.plugin python3-packaging python3-jinja2
+Build-Depends: cdbs, debhelper (>= 5.0.0), python3-docutils, python3, dh-python | python-support, python3-setuptools, lsb-release, python3-straight.plugin, python3-packaging, python3-jinja2
Homepage: https://github.com/ansible/ansible/
Package: ansible-base