From b9e8a46cca86dec69891b26ab810cc80b4db96b2 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 16 2018 10:30:28 +0000 Subject: Recommend setuptools and pip for developer experience --- diff --git a/python3.spec b/python3.spec index 6e87de8..9caf494 100644 --- a/python3.spec +++ b/python3.spec @@ -358,6 +358,12 @@ Obsoletes: python%{pyshortver} %global platpyver 3.6.2-20 Obsoletes: platform-python < %{platpyver} +# Previously, this was required for our rewheel patch to work. +# This is technically no longer needed, but we keep it recommended +# for the developer experience. +Recommends: python3-setuptools +Recommends: python3-pip + # This prevents ALL subpackages built from this spec to require # /usr/bin/python3*. Granularity per subpackage is impossible. # It's intended for the libs package not to drag in the interpreter, see