From 3f80496a25fd4a8b26e5d8ede1d635f9e5ac0764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 9 Jun 2021 11:14:39 +0000 Subject: [PATCH] %{python3_sitelib}/test is no longer installed --- python-docutils.spec | 3 --- 1 file changed, 3 deletions(-) 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