Remove strange egg that requires python3.6

This commit is contained in:
Denis Silakov 2019-12-19 15:10:53 +03:00
parent d6bc1d879d
commit d32e90e73b

View file

@ -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