From 341a6be78d7fc1701b0b120fc9df1c913a12948c Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 26 May 2020 18:42:40 -0500 Subject: [PATCH] fix debian control file copypaste fail (#69715) Signed-off-by: Rick Elrod --- packaging/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/control b/packaging/debian/control index 7a96700f09b..7138005704f 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. -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