From 0bccd8975089ae7ea3252f26fa3ad9f68a32cf76 Mon Sep 17 00:00:00 2001 From: sboldyreva Date: Tue, 5 Sep 2023 12:19:24 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'SPECS/python-carbon.spec'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SPECS/python-carbon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/python-carbon.spec b/SPECS/python-carbon.spec index 494e600..efdf520 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 +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 - 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