From fb10582e725c62e6ceac44e9930923d191b5ae8e Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Thu, 11 Aug 2016 14:36:47 +0200 Subject: Provide bundled pip and setuptools --- python34.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python34.spec') 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. -- cgit