mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
Remove strange egg that requires python3.6
This commit is contained in:
parent
d6bc1d879d
commit
d32e90e73b
1 changed files with 4 additions and 2 deletions
|
@ -30,11 +30,10 @@
|
||||||
# pyc/pyo files)
|
# pyc/pyo files)
|
||||||
%define _python_bytecompile_build 0
|
%define _python_bytecompile_build 0
|
||||||
|
|
||||||
|
|
||||||
Summary: An interpreted, interactive object-oriented programming language
|
Summary: An interpreted, interactive object-oriented programming language
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Modified CNRI Open Source License
|
License: Modified CNRI Open Source License
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
|
|
||||||
|
@ -249,6 +248,9 @@ rm Lib/ensurepip/_bundled/*.whl
|
||||||
# drop Autoconf version requirement
|
# drop Autoconf version requirement
|
||||||
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
|
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
|
# docs
|
||||||
mkdir html
|
mkdir html
|
||||||
bzcat %{SOURCE1} | tar x -C html
|
bzcat %{SOURCE1} | tar x -C html
|
||||||
|
|
Loading…
Add table
Reference in a new issue