rpms/python-repoze-who-plugins-sa/EL-5 python-repoze-who-plugins-sa.spec, 1.4, 1.5

Luke Macken lmacken at fedoraproject.org
Wed May 5 06:33:19 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-who-plugins-sa/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7055

Modified Files:
	python-repoze-who-plugins-sa.spec 
Log Message:
Require sqlalchemy0.5 on EL-5


Index: python-repoze-who-plugins-sa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who-plugins-sa/EL-5/python-repoze-who-plugins-sa.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-repoze-who-plugins-sa.spec	5 May 2010 06:26:55 -0000	1.4
+++ python-repoze-who-plugins-sa.spec	5 May 2010 06:33:17 -0000	1.5
@@ -15,10 +15,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel python-repoze-who
-BuildRequires:  python-elixir python-sqlalchemy python-coverage python-nose
+BuildRequires:  python-elixir python-sqlalchemy0.5 python-coverage python-nose
+BuildRequires:  python-hashlib
 
 Requires:       python-repoze-who
-Requires:       python-sqlalchemy
+Requires:       python-sqlalchemy0.5
 
 %description
 This plugin provides one repoze.who authenticator which works with SQLAlchemy



More information about the scm-commits mailing list