Skip to content

Commit

Permalink
Revert "Depend on ansible-python3 for Fedora"
Browse files Browse the repository at this point in the history
ansible rpm is still needed because it provides ansible-playbook command, used in tripleo.
ansible-python3 is a temporary package, so let's revert the patch and deploy ansible.

This reverts commit 60f70ee.

Change-Id: I294829c29ae012420b629df4d8ef64357f8ba85c
  • Loading branch information
EmilienM committed Jan 23, 2019
1 parent 34fb3e1 commit 78eb1b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openstack-tripleo-common.spec
Expand Up @@ -28,6 +28,7 @@ BuildRequires: openstack-macros

Requires: golang-github-vbatts-tar-split >= 0.11.1
Requires: skopeo
Requires: ansible
# Ansible roles used by TripleO
Requires: ansible-role-container-registry
Requires: ansible-role-tripleo-modify-image
Expand All @@ -40,10 +41,8 @@ Requires: ansible-role-redhat-subscription
Requires: %{name}-containers = %{version}-%{release}
%if 0%{?with_python3}
Requires: python3-%{upstream_name}
Requires: ansible-python3
%else
Requires: python2-%{upstream_name}
Requires: ansible
%endif

Provides: tripleo-common = %{version}-%{release}
Expand Down

0 comments on commit 78eb1b9

Please sign in to comment.