mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
Added rewheel module (https://github.com/fedora-python/rewheel/issues/2)
This commit is contained in:
parent
fb9cc91eb1
commit
95db9cbc93
1 changed files with 2 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
%bcond_with valgrind
|
||||
%endif
|
||||
|
||||
%bcond_with rewheel
|
||||
%bcond_without rewheel
|
||||
|
||||
# We want to byte-compile the .py files within the packages using the new
|
||||
# python3 binary.
|
||||
|
@ -34,7 +34,7 @@
|
|||
Summary: An interpreted, interactive object-oriented programming language
|
||||
Name: python3
|
||||
Version: 3.4.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Modified CNRI Open Source License
|
||||
Group: Development/Python
|
||||
|
||||
|
@ -405,11 +405,6 @@ export TMP="/tmp" TMPDIR="/tmp"
|
|||
%{_libdir}/python%{dirver}/asyncio
|
||||
%{_libdir}/python%{dirver}/ensurepip
|
||||
# %exclude %{_libdir}/python%{dirver}/ensurepip/_bundled
|
||||
%if %{with rewheel}
|
||||
%dir %{_libdir}/python%{dirver}/ensurepip/rewheel/
|
||||
%{_libdir}/python%{dirver}/ensurepip/rewheel/*.py
|
||||
%{_libdir}/python%{dirver}/ensurepip/rewheel/__pycache__/
|
||||
%endif
|
||||
%{_bindir}/pydoc3*
|
||||
%{_bindir}/python3*
|
||||
%{_bindir}/pyvenv*
|
||||
|
|
Loading…
Add table
Reference in a new issue