public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-geotiler] rawhide: Add BuildRequires and Requires on python3-pkg-resources for setuptools 82 compatibility
@ 2026-07-28  1:58 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-28  1:58 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-geotiler
            Branch : rawhide
            Commit : 7bb7bab8018b70778cc0ffaac8fc7e69dade4e21
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-07-28T01:57:59+00:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-geotiler/c/7bb7bab8018b70778cc0ffaac8fc7e69dade4e21?branch=rawhide

            Log:
            Add BuildRequires and Requires on python3-pkg-resources for setuptools 82 compatibility

Setuptools 82 dropped pkg_resources from the setuptools distribution.
Add explicit build dependency on the compat package.

Assisted-by: Cursor

---
diff --git a/python-geotiler.spec b/python-geotiler.spec
index be096c5..00f387a 100644
--- a/python-geotiler.spec
+++ b/python-geotiler.spec
@@ -35,6 +35,7 @@ Source4:        geotiler-route.1
 Patch:          %{url}/pull/39.patch
 
 BuildRequires:  python3-devel
+BuildRequires:  python3-pkg-resources
 BuildRequires:  make
 
 BuildArch:      noarch
@@ -67,6 +68,7 @@ BuildRequires:  %{py3_dist pytest}
 BuildRequires:  %{py3_dist numpy}
 %endif
 
+Requires:  python3-pkg-resources
 # For geotiler-route command-line tool:
 Requires:       %{py3_dist pycairo}
 Requires:       %{py3_dist lxml}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28  1:58 [rpms/python-geotiler] rawhide: Add BuildRequires and Requires on python3-pkg-resources for setuptools 82 compatibility 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox