[ 69s] + python3.8 -B -c 'import sys;import numexpr;sys.exit(0 if numexpr.test().wasSuccessful() else 1)'
[ 69s] Traceback (most recent call last):
[ 69s] File "<string>", line 1, in <module>
[ 69s] File "/home/abuild/rpmbuild/BUILDROOT/python-numexpr-2.8.3-2.2.x86_64/usr/lib64/python3.8/site-packages/numexpr/__init__.py", line 33, in <module>
[ 69s] from numexpr.expressions import E
[ 69s] File "/home/abuild/rpmbuild/BUILDROOT/python-numexpr-2.8.3-2.2.x86_64/usr/lib64/python3.8/site-packages/numexpr/expressions.py", line 20, in <module>
[ 69s] from packaging.version import parse, Version
[ 69s] ModuleNotFoundError: No module named 'packaging'
Current setuptools still pulls in packaging, future one does not.
Please be more diligent in checking the requirements when you update a package:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:L/python-numexpr/standard/x86_64
Current setuptools still pulls in packaging, future one does not.
--> sr#989743