[python-tahrir-api] Dependancy problem in the rpm, mysql-python doesn't exist but MySQL-python does

Ross Delinger rossdylan at fedoraproject.org
Mon Jun 18 21:41:54 UTC 2012


commit 7254f7c088295f31e2c487e1d0c40b3e9039db23
Author: Ross Delinger <rossdylan at csh.rit.edu>
Date:   Mon Jun 18 17:41:15 2012 -0400

    Dependancy problem in the rpm, mysql-python doesn't exist but MySQL-python does

 python-tahrir-api.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-tahrir-api.spec b/python-tahrir-api.spec
index 88742d8..c378628 100644
--- a/python-tahrir-api.spec
+++ b/python-tahrir-api.spec
@@ -20,7 +20,7 @@ Requires: python-sqlalchemy
 Requires: python-zope-sqlalchemy
 Requires: python-simplejson
 Requires: python-paste-deploy
-Requires: mysql-python
+Requires: MySQL-python
 
 %description
 tahrir-api


More information about the scm-commits mailing list