pgdg-python3-prettytable: Define python3_sitelib macro globally. For some reason...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 20 May 2025 12:17:10 +0000 (15:17 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 20 May 2025 12:17:10 +0000 (15:17 +0300)
rpm/redhat/main/common/pgdg-python3-prettytable/main/pgdg-python3-prettytable.spec

index 5136af8aacfc0e5166ddedabd42f624ae5b404cd..9f01f6f12cc1fac0838a40c6d58cd734ae7ec38a 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       3.4.0
-Release:       43PGDG%{dist}
+Release:       44PGDG%{dist}
 Summary:       Python library to display tabular data in tables
 
 License:       BSD-3-Clause
@@ -58,6 +58,10 @@ sed -i -e '/^*!\//, 1d' src/prettytable/*.py
 %{python3_sitelib}/%{modname}/__pycache__/*.py*
 
 %changelog
+* Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-44PGDG
+- Define python3_sitelib macro globally. For some reason it does not
+  build on RHEL 8 - aarch64 without this.
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-43PGDG
 - Add Provides: