Fedora: Use python2-psycopg2 or python3-psycopg2

"python-psycopg2" is replaced by python2-psycopg2, and the
verification task will fail.

EL8 will need this also
This commit is contained in:
Mike DePaulo 2019-08-06 16:27:22 -04:00
parent 0020e63607
commit 18be7ccb8c
2 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,4 @@ __postgresql_packages:
- postgresql-server
- postgresql-contrib
- postgresql-libs
postgresql_python_library: python2-psycopg2

View File

@ -9,3 +9,5 @@ __postgresql_packages:
- postgresql-server
- postgresql-contrib
- postgresql-libs
# Fedora 30 containers only have python3 by default
postgresql_python_library: python3-psycopg2