pgdg-python3-boto3: Add missing botocore dependency, per https://github.com/pgdg...
authorDevrim Gunduz <devrim@gunduz.org>
Sat, 31 May 2025 12:05:51 +0000 (15:05 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Sat, 31 May 2025 12:05:51 +0000 (15:05 +0300)
rpm/redhat/main/common/pgdg-python3-boto3/main/pgdg-python3-boto3.spec

index d8f5518967eab2af8d713f6a6a7a4c04b7a3e6e9..4e79b6f2726d16207c020ac07db3a2703567220f 100644 (file)
@@ -18,7 +18,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       1.38.19
-Release:       1PGDG%{?dist}
+Release:       2PGDG%{?dist}
 Summary:       The AWS SDK for Python
 
 License:       Apache-2.0
@@ -31,6 +31,8 @@ BuildRequires:        python%{python3_pkgversion}-devel
 # Save space by hardlinking duplicate JSON resource files
 BuildRequires: hardlink
 
+Requires:      python%{python3_pkgversion}-botocore
+
 %description
 Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
 Python, which allows Python developers to write software that makes use of
@@ -73,6 +75,10 @@ hardlink -c '%{buildroot}%{python3_sitelib}/%{modname}'
 %{python3_sitelib}/%{modname}/s3/__pycache__/*
 
 %changelog
+* Sat May 31 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-2PGDG
+- Add missing botocore dependency, per:
+  https://github.com/pgdg-packaging/pgdg-rpms/issues/36
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-1PGDG
 - Initial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and 8.