churchyard pushed to pypy3 (master). "Move devel subpackage requires so that it gets picked up by rpm (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 14:25:13 UTC 2015


From 5efcdc8fe2e02fffb9ffce1004f3d25a8e86d593 Mon Sep 17 00:00:00 2001
From: Matej Stuchlik <mstuchli at redhat.com>
Date: Tue, 2 Sep 2014 09:57:46 +0200
Subject: 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.

diff --git a/pypy.spec b/pypy.spec
index f811755..6f90d89 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pypy3.git/commit/?h=master&id=5efcdc8fe2e02fffb9ffce1004f3d25a8e86d593


More information about the scm-commits mailing list