Revert a bogus dependency change that made the package non-installable

epel10
Miro Hrončok 3 years ago
parent 8e11b456d3
commit a0b99ff280

@ -6,7 +6,7 @@
Name: python-%{pkg_name}
Version: 3.5.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Functools like those found in stdlib
License: MIT
@ -19,7 +19,12 @@ Functools like those found in stdlib
%package -n python3-%{pkg_name}
Summary: %{summary}
Requires: python3dist(jaraco)
# python3-jaraco is an RPM-only namespace package for jaraco.*
# it does not exists on PyPI and does not provide python3dist(jaraco)
# DO NOT change this dependency to python3dist(jaraco) or similar
Requires: python3-jaraco
Requires: python3dist(toml)
BuildRequires: python3-devel
@ -84,6 +89,10 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%endif
%changelog
* Thu Feb 10 2022 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-4
- Make the package installable again
- Fixes: rhbz#2053060
* Wed Feb 09 2022 Dan Radez <dradez@redhat.com> - 3.5.0-3
- Don't delete egginfo

Loading…
Cancel
Save