From 166154017183b85cf79dd015c456fb5a40b92142 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 bb71bc0..9779cdb 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: f25 + python-psycopg2: + rationale: Needed to interact with postgresql via Python + ref: f25 uuid: rationale: Generated. ref: f25