mirror of
https://abf.rosa.ru/djam/python3.11.git
synced 2025-02-23 10:12:51 +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)
|
||||
%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
|
||||
|
|
Loading…
Add table
Reference in a new issue