Изменил(а) на 'SPECS/python-carbon.spec'

This commit is contained in:
sboldyreva 2023-09-05 12:19:24 +00:00
parent b16a17e60a
commit 0bccd89750
1 changed files with 4 additions and 1 deletions

View File

@ -60,6 +60,9 @@ Requires(pre): shadow-utils
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildRequires: python3-cachetools
BuildRequires: python3-twisted
BuildRequires: python3-urllib3
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-%{srcname}
@ -227,7 +230,7 @@ getent passwd carbon >/dev/null || \
%changelog
* Fri Aug 25 2023 Sofia Boldyreva <sboldyreva@almalinux.org> - 1.1.10-5
- Added to BuildRequires: python3-cachetools, python3-twisted, python3-urllib3 to be able to build on AlmaLinux
- Added to BuildRequires, Requires: python3-cachetools, python3-twisted, python3-urllib3 to be able to build on AlmaLinux
- Replaced pyproject_wheel with py3_build in build to be able to build on AlmaLinux
- Replaced pyproject_install, pyproject_save_files twisted with py3_install lines
- Removed generate_buildrequires, pyproject_buildrequires -r to be able to build on AlmaLinux