This commit is contained in:
Denis Silakov 2015-08-25 19:42:12 +03:00
parent fb9cc91eb1
commit 95db9cbc93

View file

@ -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*