make pyclipper an explicit Requires
This commit is contained in:
parent
d82c9680eb
commit
f257a828dc
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-uranium
|
||||
Version: 5.3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A Python framework for building desktop applications
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/Ultimaker/Uranium
|
||||
|
|
@ -54,6 +54,7 @@ Requires: python3-cryptography
|
|||
Requires: python3-numpy
|
||||
Requires: python3-scipy
|
||||
Requires: python3-shapely
|
||||
Requires: python3-pyclipper
|
||||
Requires: python3-pyqt6
|
||||
Recommends: python3-numpy-stl
|
||||
|
||||
|
|
@ -130,6 +131,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 9 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-2
|
||||
- make pyclipper an explicit Requires
|
||||
|
||||
* Wed Mar 8 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-1
|
||||
- update to 5.3.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue