From f3528a4727822d38bd8703bad5fe1f2f431ee48d Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Thu, 11 Aug 2016 14:35:06 +0200 Subject: Do not require/provide python(abi) --- python34.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python34.spec b/python34.spec index 31c1a21..39e8890 100644 --- a/python34.spec +++ b/python34.spec @@ -772,7 +772,8 @@ URL: http://www.python.org/ # We'll not provide this, on purpose # No package in Fedora shall ever depend on this # Provides: python(abi) = %{pybasever} - +%global __requires_exclude ^python\\(abi\\) = 3\\..$ +%global __provides_exclude ^python\\(abi\\) = 3\\..$ %description Python 3.5 package for developers. -- cgit