From d32e90e73bf1dcf24e4a4a863a27653a7d050f21 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Thu, 19 Dec 2019 15:10:53 +0300 Subject: [PATCH] Remove strange egg that requires python3.6 --- python3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 5f73f79..eaffff4 100644 --- a/python3.spec +++ b/python3.spec @@ -30,11 +30,10 @@ # pyc/pyo files) %define _python_bytecompile_build 0 - Summary: An interpreted, interactive object-oriented programming language Name: python3 Version: 3.8.1 -Release: 1 +Release: 2 License: Modified CNRI Open Source License Group: Development/Python @@ -249,6 +248,9 @@ rm Lib/ensurepip/_bundled/*.whl # drop Autoconf version requirement sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac +# Why we need this in 3.8? Won't work in any case +rm -f Lib/test/test_importlib/data/example-21.12-py3.6.egg + # docs mkdir html bzcat %{SOURCE1} | tar x -C html