Skip to content

Commit

Permalink
Fix: Add dependencies for psycopg2 and setuptools python (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
TACY-octo authored Feb 27, 2021
1 parent 4f6a1a2 commit 7a1a5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ __patroni_postgresql_packages:
- { name: "postgresql{{ patroni_postgresql_version|replace('.','') }}-devel-{{ postgresql_yum_repo_pkg_version }}", state: "present" }

__patroni_system_packages:
- { name: "centos-release-scl-rh", state: "present" }
- { name: "llvm-toolset-7-clang", state: "present" }
- { name: "python-setuptools", state: "present" }
- { name: "epel-release", state: "present" }
- { name: "gcc", state: "present" }
- { name: "python3-devel", state: "present" }
Expand Down

0 comments on commit 7a1a5b3

Please sign in to comment.