Use --without-ensurepip configuration option for now.
This commit is contained in:
parent
8fffc96443
commit
cb97d29166
13
python3.spec
13
python3.spec
@ -1003,9 +1003,9 @@ BuildPython debug \
|
|||||||
python-debug \
|
python-debug \
|
||||||
python%{pybasever}-debug \
|
python%{pybasever}-debug \
|
||||||
%ifarch %{ix86} x86_64 ppc %{power64}
|
%ifarch %{ix86} x86_64 ppc %{power64}
|
||||||
"--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \
|
"--with-pydebug --with-tsc --with-count-allocs --with-call-profile --without-ensurepip" \
|
||||||
%else
|
%else
|
||||||
"--with-pydebug --with-count-allocs --with-call-profile" \
|
"--with-pydebug --with-count-allocs --with-call-profile --without-ensurepip" \
|
||||||
%endif
|
%endif
|
||||||
false
|
false
|
||||||
%endif # with_debug_build
|
%endif # with_debug_build
|
||||||
@ -1013,7 +1013,7 @@ BuildPython debug \
|
|||||||
BuildPython optimized \
|
BuildPython optimized \
|
||||||
python \
|
python \
|
||||||
python%{pybasever} \
|
python%{pybasever} \
|
||||||
"" \
|
"--without-ensurepip" \
|
||||||
true
|
true
|
||||||
|
|
||||||
# ======================================================
|
# ======================================================
|
||||||
@ -1497,6 +1497,13 @@ rm -fr %{buildroot}
|
|||||||
%doc %{pylibdir}/email/architecture.rst
|
%doc %{pylibdir}/email/architecture.rst
|
||||||
|
|
||||||
%{pylibdir}/encodings
|
%{pylibdir}/encodings
|
||||||
|
|
||||||
|
%dir %{pylibdir}/ensurepip/
|
||||||
|
%dir %{pylibdir}/ensurepip/__pycache__/
|
||||||
|
%{pylibdir}/ensurepip/*.py
|
||||||
|
%{pylibdir}/ensurepip/__pycache__/*%{bytecode_suffixes}
|
||||||
|
%exclude %{pylibdir}/ensurepip/_bundled
|
||||||
|
|
||||||
%{pylibdir}/html
|
%{pylibdir}/html
|
||||||
%{pylibdir}/http
|
%{pylibdir}/http
|
||||||
%{pylibdir}/idlelib
|
%{pylibdir}/idlelib
|
||||||
|
Loading…
Reference in New Issue
Block a user