Move devel subpackage requires so that it gets picked up by rpm

Up to this point it belonged to the description, so pypy-devel
did not require pypy.
This commit is contained in:
Matej Stuchlik 2014-09-02 09:57:46 +02:00
parent 7498717b84
commit 5efcdc8fe2
1 changed files with 2 additions and 2 deletions

View File

@ -250,11 +250,11 @@ Libraries required by the various PyPy implementations of Python.
%package devel
Group: Development/Languages
Summary: Development tools for working with PyPy
Requires: pypy = %{version}-%{release}
%description devel
Header files for building C extension modules against PyPy
Requires: pypy = %{version}-%{release}
%if 0%{with_stackless}
%package stackless