Revert moving lib2to3 to python-tools as distutils uses it

This commit is contained in:
Robert Kuska 2015-09-23 08:59:22 +02:00
parent 2681260943
commit 3fa87d10ec

View File

@ -140,7 +140,7 @@
Summary: Version 3 of the Python programming language aka Python 3000
Name: python3
Version: %{pybasever}.3
Release: 6%{?dist}
Release: 5%{?dist}
License: Python
Group: Development/Languages
@ -1665,6 +1665,7 @@ rm -fr %{buildroot}
%{pylibdir}/html
%{pylibdir}/http
%{pylibdir}/idlelib
%dir %{pylibdir}/importlib/
%dir %{pylibdir}/importlib/__pycache__/
@ -1676,6 +1677,8 @@ rm -fr %{buildroot}
%{pylibdir}/json/*.py
%{pylibdir}/json/__pycache__/*%{bytecode_suffixes}
%{pylibdir}/lib2to3
%exclude %{pylibdir}/lib2to3/tests
%{pylibdir}/logging
%{pylibdir}/multiprocessing
%{pylibdir}/plat-linux
@ -1759,13 +1762,9 @@ rm -fr %{buildroot}
%files tools
%defattr(-,root,root,755)
%{_bindir}/python3-2to3
%{_bindir}/2to3
%{_bindir}/2to3-%{pybasever}
%{_bindir}/idle*
%{pylibdir}/Tools
%{pylibdir}/idlelib
%{pylibdir}/lib2to3
%exclude %{pylibdir}/lib2to3/tests
%doc %{pylibdir}/Doc
%files tkinter
@ -1921,10 +1920,6 @@ rm -fr %{buildroot}
# ======================================================
%changelog
* Tue Sep 22 2015 Robert Kuska <rkuska@redhat.com> - 3.4.3-6
- Move idlelib and lib2to3 modules to python3-tools
- Update pip_version
* Mon Jun 29 2015 Thomas Spura <tomspur@fedoraproject.org> - 3.4.3-5
- python3-devel: Require python-macros for version independant macros such as
python_provide. See fpc#281 and fpc#534.