From 2c7f255f58c727a053d7694dcbfa5d3465ab3b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 29 Apr 2020 11:24:03 -0400 Subject: [PATCH] both Fedora and Ubuntu now use python3 Update bindep.txt to use python3-dnf for fedora. Change-Id: Ie8cb9df95f6cbc164b3d8abde8f9e6468269138b Signed-off-by: Paul Belanger --- ansible/group_vars/all.yaml | 2 ++ bindep.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml index 19748b4..6a5a858 100644 --- a/ansible/group_vars/all.yaml +++ b/ansible/group_vars/all.yaml @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. --- +ansible_python_interpreter: /usr/bin/python3 + # windmill.virtualenv virtualenv_install_method: package diff --git a/bindep.txt b/bindep.txt index 084f943..e9d825b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -7,7 +7,7 @@ libffi-dev [platform:dpkg] libselinux-python [platform:rpm] libssl-dev [platform:dpkg] openssl-devel [platform:rpm] -python2-dnf [platform:fedora] +python3-dnf [platform:fedora] python3-devel [platform:rpm] python3-dev [platform:dpkg] python-devel [platform:rpm]