diff --git a/python-docutils.spec b/python-docutils.spec index 9272e67..8b5c987 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -54,9 +54,6 @@ rm -f licenses/docutils.conf %py3_install mv docs/user/rst/images/biohazard.swf ./biohazard.swf -# docutils setup.py runs 2to3 on a copy of the tests and puts it in sitelib. -rm -rf %{buildroot}%{python3_sitelib}/test - for file in %{buildroot}/%{_bindir}/*.py; do mv $file `dirname $file`/`basename $file .py` done