Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Stephen Gallagher
1661540171
Add python-psycopg2
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2017-11-05 12:44:01 -05:00
langdon
c929fef017 attempting to add a new postgresql stream based on the f25 version which was 9.5 2017-11-01 18:43:25 +00:00

View file

@ -7,9 +7,9 @@ data:
module: [ MIT ]
dependencies:
buildrequires:
bootstrap: master
bootstrap: f27
requires:
platform: master
platform: f27
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/modularity-modules/postgresql
@ -17,6 +17,8 @@ data:
api:
rpms:
- postgresql
- python2-psycopg2
- python3-psycopg2
profiles:
default:
rpms:
@ -30,12 +32,12 @@ data:
filter: {}
components:
rpms:
# postgresql-10.0-3.fc28
postgresql:
rationale: Generated.
ref: 07894e0da4b994092abd0084fba982e075ccf3f3
# uuid-1.6.2-39.fc27
ref: f25
python-psycopg2:
rationale: Needed to interact with postgresql via Python
ref: f25
uuid:
rationale: Generated.
ref: 43c916caff937bdf8a97ded1abff3e01df4895f4
ref: f25