public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/reuse] epel10: Don't use tox for BR without tox config (rhbz#2354138)
@ 2026-08-19 12:50
0 siblings, 0 replies; only message in thread
From: @ 2026-08-19 12:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/reuse
Branch : epel10
Commit : 50ac2ea6ed570147b93182c063569757a3087c9f
Author : Jan Staněk <jstanek@redhat.com>
Date : 2025-03-24T10:40:35+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/reuse/c/50ac2ea6ed570147b93182c063569757a3087c9f?branch=epel10
Log:
Don't use tox for BR without tox config (rhbz#2354138)
- Use just git-core for build
---
diff --git a/reuse.spec b/reuse.spec
index 5886d33..5176085 100644
--- a/reuse.spec
+++ b/reuse.spec
@@ -14,7 +14,7 @@ Patch: 0001-Use-importlib-mode-for-pytest.patch
BuildRequires: python3-devel
BuildRequires: gettext
# Test + patching
-BuildRequires: git
+BuildRequires: git-core
BuildRequires: mercurial
# These are development dependencies in the Poetry config, not build
# dependencies. They are build dependencies for Fedora packaging.
@@ -39,7 +39,7 @@ generates a project's bill of materials.
%autosetup -n %{name}-%{version} -S git_am
%generate_buildrequires
-%pyproject_buildrequires -t
+%pyproject_buildrequires
%build
%pyproject_wheel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 12:50 [rpms/reuse] epel10: Don't use tox for BR without tox config (rhbz#2354138)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox