public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-makefun] epel10.2: Replace spurious/obsolete BuildRequires on python-pytest-runner
Date: Sat, 01 Aug 2026 03:29:38 GMT [thread overview]
Message-ID: <178555497847.1.5525174735256175751.rpms-python-makefun-a1908ad65313@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-makefun
Branch : epel10.2
Commit : a1908ad65313ed8124de4080854992bd60b6ba97
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-02-20T10:12:14-05:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-makefun/c/a1908ad65313ed8124de4080854992bd60b6ba97?branch=epel10.2
Log:
Replace spurious/obsolete BuildRequires on python-pytest-runner
- Depend directly on pytest instead
---
diff --git a/python-makefun.spec b/python-makefun.spec
index 9f16e3e..5be5703 100644
--- a/python-makefun.spec
+++ b/python-makefun.spec
@@ -9,6 +9,7 @@ Source0: %{pypi_source makefun}
BuildArch: noarch
BuildRequires: pyproject-rpm-macros
+BuildRequires: python3dist(pytest)
%global _description \
%summary.
@@ -26,7 +27,7 @@ Summary: %{summary}
cat >pyproject.toml <<EOF
[build-system]
-requires = ["pytest-runner", "setuptools_scm", "pypandoc", "six", "wheel"]
+requires = ["setuptools_scm", "pypandoc", "six", "wheel"]
build-backend = "setuptools.build_meta"
EOF
reply other threads:[~2026-08-01 3:29 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=178555497847.1.5525174735256175751.rpms-python-makefun-a1908ad65313@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=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