From e73b6b8fbf08270ddd09319140e6df249b4069fb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 5 Nov 2017 12:42:22 -0500 Subject: [PATCH] Add python-psycopg2 Signed-off-by: Stephen Gallagher --- postgresql.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgresql.yaml b/postgresql.yaml index 0dfdb12..98d25d7 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -17,6 +17,8 @@ data: api: rpms: - postgresql + - python2-psycopg2 + - python3-psycopg2 profiles: default: rpms: @@ -33,6 +35,9 @@ data: postgresql: rationale: Generated. ref: f27 + python-psycopg2: + rationale: Needed to interact with postgresql via Python + ref: f27 uuid: rationale: Generated. ref: f27