public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-makefun] epel10.2: Replace spurious/obsolete BuildRequires on python-pytest-runner
@ 2026-08-01 3:29 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-01 3:29 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 3:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 3:29 [rpms/python-makefun] epel10.2: Replace spurious/obsolete BuildRequires on python-pytest-runner Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox