From 0c5704949d72391b32b4a137db7da1ac7e82da8f72cc9a01b1fdf8ed21acbad7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 2 Mar 2023 15:23:34 +0000 Subject: [PATCH] Take care of _testclinic binary module. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=77 --- python310.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python310.spec b/python310.spec index 7efabd2..6cbd5be 100644 --- a/python310.spec +++ b/python310.spec @@ -638,7 +638,7 @@ for library in \ _posixsubprocess _queue _random resource select _ssl _socket spwd \ _statistics _struct syslog termios _testbuffer _testimportmultiple \ _testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \ - xxlimited xxlimited_35 \ + _testclinic xxlimited xxlimited_35 \ _xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \ _sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo do @@ -887,6 +887,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo %{dynlib _ctypes_test} %{dynlib _testbuffer} %{dynlib _testcapi} +%{dynlib _testclinic} %{dynlib _testinternalcapi} %{dynlib _testimportmultiple} %{dynlib _testmultiphase}