- Binary module _opcode is not build any more.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=7
This commit is contained in:
Matej Cepl 2024-10-16 08:26:01 +00:00 committed by Git OBS Bridge
parent 2ccc1ee586
commit 9eb4265634
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@ Wed Oct 16 07:00:15 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
(gh#python/cpython#125535)
- With python311-Sphinx we don't need no-skipif-doctests.patch
any more.
- Binary module _opcode is not build any more.
-------------------------------------------------------------------
Thu Oct 10 11:18:19 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -716,7 +716,7 @@ for library in \
array _asyncio binascii _bisect _bz2 cmath _codecs_* \
_contextvars _csv _ctypes _datetime _decimal fcntl grp \
_hashlib _heapq _json _lsprof _lzma math mmap _multibytecodec \
_multiprocessing _opcode _pickle _posixshmem \
_multiprocessing _pickle _posixshmem \
_posixsubprocess _queue _random resource select _ssl _socket \
_statistics _struct syslog termios _testbuffer _testimportmultiple \
_testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
@ -1043,7 +1043,6 @@ fi
%{dynlib mmap}
%{dynlib _multibytecodec}
%{dynlib _multiprocessing}
%{dynlib _opcode}
%{dynlib _pickle}
%{dynlib _posixshmem}
%{dynlib _posixsubprocess}