diff options
| author | Miro Hrončok <miro@hroncok.cz> | 2016-08-11 14:35:06 +0200 |
|---|---|---|
| committer | Miro Hrončok <miro@hroncok.cz> | 2016-09-26 10:20:04 +0200 |
| commit | f3528a4727822d38bd8703bad5fe1f2f431ee48d (patch) | |
| tree | 9e0809444d6171ec869a44adc72fe4d51db52056 | |
| parent | 3fbbcab27b3c8584299b8461358eda076e2a45aa (diff) | |
| download | python34-f3528a4727822d38bd8703bad5fe1f2f431ee48d.tar.gz python34-f3528a4727822d38bd8703bad5fe1f2f431ee48d.tar.xz python34-f3528a4727822d38bd8703bad5fe1f2f431ee48d.zip | |
Do not require/provide python(abi)
| -rw-r--r-- | python34.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
