F21 requires redhat-rpm-config for mariadb-devel

As you can see in the f21 job, the python-MYSQL compilation
fails without this library.

At the first look it seams like packaging issue, so
I created bug related to this. [1]
Until the issue is addressed, the redhat-rpm-config will be
considered as build time dev dependency for f21.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1195207

Change-Id: I731828cac912d1b11eaf2269364411c77a57d76c
This commit is contained in:
Attila Fazekas 2015-02-23 12:32:05 +01:00
parent 889f604642
commit d5004a3802
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ mysql-devel # MySQL-python rhel6
openssl-devel # pyOpenSSL
postgresql-devel # psycopg2
python-devel # pyOpenSSL
redhat-rpm-config # MySQL-python rhbz-1195207 f21