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:
parent
7498717b84
commit
5efcdc8fe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user