diff options
| author | Miro Hrončok <miro@hroncok.cz> | 2016-08-11 14:36:47 +0200 |
|---|---|---|
| committer | Miro Hrončok <miro@hroncok.cz> | 2016-09-26 10:20:04 +0200 |
| commit | fb10582e725c62e6ceac44e9930923d191b5ae8e (patch) | |
| tree | 3ac701be869a111b0b5b429fe0ae1b42ff2c33b9 | |
| parent | d28efab4943a451c073a04303f6a3be2292dde5a (diff) | |
| download | python34-fb10582e725c62e6ceac44e9930923d191b5ae8e.tar.gz python34-fb10582e725c62e6ceac44e9930923d191b5ae8e.tar.xz python34-fb10582e725c62e6ceac44e9930923d191b5ae8e.zip | |
Provide bundled pip and setuptools
| -rw-r--r-- | python34.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python34.spec b/python34.spec index cc77f67..9e8c0b6 100644 --- a/python34.spec +++ b/python34.spec @@ -775,6 +775,10 @@ URL: http://www.python.org/ %global __requires_exclude ^python\\(abi\\) = 3\\..$ %global __provides_exclude ^python\\(abi\\) = 3\\..$ +# We keep those inside on purpose +Provides: bundled(python3-pip) = 6.0.8 +Provides: bundled(python3-setuptools) = 12.0.5 + %description Python 3.5 package for developers. No security fixes will be applied. |
