both Fedora and Ubuntu now use python3

Update bindep.txt to use python3-dnf for fedora.

Change-Id: Ie8cb9df95f6cbc164b3d8abde8f9e6468269138b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Gonéri Le Bouder 2020-04-29 11:24:03 -04:00 committed by Paul Belanger
parent 5f6baf6296
commit 2c7f255f58
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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]