rpms/pypar/devel pypar.spec,1.4,1.5

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Dec 22 11:30:29 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pypar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19288

Modified Files:
	pypar.spec 
Log Message:
Added missing BR: python-devel.


Index: pypar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pypar/devel/pypar.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pypar.spec	22 Dec 2009 11:22:18 -0000	1.4
+++ pypar.spec	22 Dec 2009 11:30:28 -0000	1.5
@@ -11,7 +11,8 @@ Source0:	http://downloads.sourceforge.ne
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	numpy
-BuildRequires:	python-setuptools-devel
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
 
 %description
 Pypar is an efficient but easy-to-use module that allows programs written in




More information about the scm-commits mailing list