public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-wheel0.37] rawhide: Explicitly declare a test dependency on pkg_resources
@ 2026-07-02 10:57
0 siblings, 0 replies; only message in thread
From: @ 2026-07-02 10:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-wheel0.37
Branch : rawhide
Commit : eac821e4f8cb48dba6670be61b905d16bdd814cb
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-03-18T21:19:43+01:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-wheel0.37/c/eac821e4f8cb48dba6670be61b905d16bdd814cb?branch=rawhide
Log:
Explicitly declare a test dependency on pkg_resources
---
diff --git a/python-wheel0.37.spec b/python-wheel0.37.spec
index b5e3a51..e2c1e8e 100644
--- a/python-wheel0.37.spec
+++ b/python-wheel0.37.spec
@@ -18,6 +18,14 @@ Patch: tests-pep639-license-directory.patch
BuildArch: noarch
BuildRequires: python3-devel
+# For test purposes, we need pkg_resources.
+# Beware that pkg_resources is also used on runtime.
+# However, this is installed to a Python 3.6 virtual environment
+# together with setuptools 40.6.2 from python3.6's ensurepip module,
+# so pkg_resources is available.
+# Once pkg_resources is no longer available some tests will need to be skipped or fixed.
+BuildRequires: python3-pkg_resources
+
# For tests
BuildRequires: gcc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 10:57 [rpms/python-wheel0.37] rawhide: Explicitly declare a test dependency on pkg_resources
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox