Recommend setuptools and pip for developer experience
This commit is contained in:
parent
0b241abda6
commit
b9e8a46cca
@ -358,6 +358,12 @@ Obsoletes: python%{pyshortver}
|
|||||||
%global platpyver 3.6.2-20
|
%global platpyver 3.6.2-20
|
||||||
Obsoletes: platform-python < %{platpyver}
|
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
|
# This prevents ALL subpackages built from this spec to require
|
||||||
# /usr/bin/python3*. Granularity per subpackage is impossible.
|
# /usr/bin/python3*. Granularity per subpackage is impossible.
|
||||||
# It's intended for the libs package not to drag in the interpreter, see
|
# It's intended for the libs package not to drag in the interpreter, see
|
||||||
|
Loading…
Reference in New Issue
Block a user