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