Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Python Maint
99b52c987a Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:11:17 +02:00
Fedora Release Engineering
57edc32905 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:10:56 +00:00
Python Maint
c74a5ab582 Rebuilt for Python 3.15 2026-06-03 21:19:35 +02:00
Miro Hrončok
a0dc0d10a4 Add runtime dependency on python3-pkg-resources
unicorn/unicorn_py2.py uses pkg_resources at runtime
without a try-except guard.

Assisted-By: Claude Opus 4.6
2026-05-12 18:11:56 +02:00

View file

@ -44,6 +44,7 @@ needed for developing applications using unicorn.
Summary: %{summary}
Requires: %{name} = %{version}-%{release}
Requires: python3-setuptools
Requires: python3-pkg-resources
%{?python_provide:%python_provide python3-%{name}}
%description -n python3-unicorn