Use zombie-imp on Python 3.12+
This commit is contained in:
parent
003e1a5fb5
commit
92fee1fd31
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ BuildRequires: /usr/bin/msgmerge
|
|||
BuildRequires: cmake
|
||||
BuildRequires: git-core
|
||||
|
||||
# UM/PluginRegistry.py imports from imp
|
||||
# https://github.com/Ultimaker/Uranium/issues/765
|
||||
BuildRequires: (python3-zombie-imp if python3 >= 3.12)
|
||||
|
||||
# Tests
|
||||
BuildRequires: python3-arcus >= 5.2.2
|
||||
BuildRequires: python3-cryptography
|
||||
|
|
@ -58,6 +62,7 @@ Requires: python3-scipy
|
|||
Requires: python3-shapely
|
||||
Requires: python3-pyclipper
|
||||
Requires: python3-pyqt6
|
||||
Requires: (python3-zombie-imp if python3 >= 3.12)
|
||||
Recommends: python3-numpy-stl
|
||||
|
||||
%description -n python3-uranium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue