Skip to content

Commit

Permalink
turns out yum renamed this package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmharlow committed Sep 30, 2019
1 parent 6781d35 commit 0df889a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_debian_ubuntu_prerequisites_packages(host, name, codenames):


@pytest.mark.parametrize('name,codenames', [
('python36-devel', None),
('python3-devel', None),
('openssl-devel', None),
('libffi-devel', None),
('libxml2', None),
Expand Down
2 changes: 1 addition & 1 deletion vars/os_family/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# RedHat CentOS 7 family specific vars

_airflow_system_dependencies:
- name: 'python36-devel'
- name: 'python3-devel'
- name: 'postgresql-devel'
- name: 'openssl-devel'
- name: 'libffi-devel'
Expand Down

0 comments on commit 0df889a

Please sign in to comment.