diff --git a/SPECS/python-carbon.spec b/SPECS/python-carbon.spec index 70fa268..0d7ae23 100644 --- a/SPECS/python-carbon.spec +++ b/SPECS/python-carbon.spec @@ -60,6 +60,9 @@ Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Requires: python3-cachetools +Requires: python3-twisted +Requires: python3-urllib3 %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} @@ -231,7 +234,7 @@ getent passwd carbon >/dev/null || \ %changelog * Fri Aug 25 2023 Sofia Boldyreva - 1.1.10-5 -- Added to BuildRequires: python3-cachetools, python3-twisted, python3-urllib3 to be able to build on AlmaLinux +- Added to BuildRequires and 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 with py3_install lines - Removed -f {pyproject_files} in files to be able to build on AlmaLinux