public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-wheel0.37] rawhide: Explicitly declare a test dependency on pkg_resources
Date: Thu, 02 Jul 2026 10:57:02 GMT [thread overview]
Message-ID: <178298982297.1.14191189133514429581.rpms-python-wheel0.37-eac821e4f8cb@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-02 10:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178298982297.1.14191189133514429581.rpms-python-wheel0.37-eac821e4f8cb@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox