From a2ac850df1d57429a134ff135bb6eaca99dfe720 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 3 Mar 2023 19:12:38 +0000 Subject: [PATCH] Take care of testclinic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=53 --- python311.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python311.spec b/python311.spec index 091534d..d39690a 100644 --- a/python311.spec +++ b/python311.spec @@ -643,7 +643,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 \ - _typing xxlimited xxlimited_35 \ + _typing _testclinic xxlimited xxlimited_35 \ _xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \ _sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo do @@ -892,6 +892,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}