diff options
author | Rick Elrod <rick@elrod.me> | 2020-05-26 18:42:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 18:42:40 -0500 |
commit | 341a6be78d7fc1701b0b120fc9df1c913a12948c (patch) | |
tree | 944aa4b0856142ec14c2ad518b423376a374a623 /packaging | |
parent | 1ed5b587c89ba426f1e17611115274dba1895c05 (diff) | |
download | ansible-341a6be78d7fc1701b0b120fc9df1c913a12948c.zip |
fix debian control file copypaste fail (#69715)
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/control | 2 |
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 |