From de69259c4d29e8ecfca3414cc83ee37d89ed78b7 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 1 Jun 2020 23:27:57 -0400 Subject: [PATCH] fix broken python3 spec --- SPECS/python3.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/SPECS/python3.spec b/SPECS/python3.spec index 4cdcdac..59f2b34 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -37,9 +37,6 @@ cd %{_builddir} ln -sfv pip3.8 %{buildroot}/usr/bin/pip3 install -v -dm755 %{buildroot}/usr/share/doc/python-%{version}/html cp -var python-%{version}-docs-html/* %{buildroot}/usr/share/doc/python-%{version}/html - rm %{buildroot}%{_libdir}/python3.8/cgi.py - rm "%{buildroot}/usr/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml" - rm "%{buildroot}/usr/lib/python3.8/site-packages/setuptools/script (dev).tmpl" ln -sfv python3 %{buildroot}/usr/bin/python #----------------------------------------------------------------------------- # Copy license/copying file