public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-glyphsLib] f43: Better multiline %pyproject_buildrequires
@ 2026-08-02 9:39 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-02 9:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-glyphsLib
Branch : f43
Commit : 01fb1378e842b0813d16ea4eec3d759d637e3716
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-02T09:34:23+01:00
Stats : +6/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-glyphsLib/c/01fb1378e842b0813d16ea4eec3d759d637e3716?branch=f43
Log:
Better multiline %pyproject_buildrequires
[skip changelog]
---
diff --git a/python-glyphsLib.spec b/python-glyphsLib.spec
index 6cba36e..1401059 100644
--- a/python-glyphsLib.spec
+++ b/python-glyphsLib.spec
@@ -71,11 +71,12 @@ Summary: %{summary}
%pyproject_patch_dependency flake8:ignore
%generate_buildrequires
-%{pyproject_buildrequires \
- %{?with_ufo_normalization:-x ufo_normalization} \
- -x defcon \
- %{?with_colr:-x colr} \
- %{?with_check:requirements-dev.in}}
+%{pyproject_buildrequires %{shrink:
+ %{?with_ufo_normalization:-x ufo_normalization}
+ -x defcon
+ %{?with_colr:-x colr}
+ %{?with_check:requirements-dev.in}
+ }}
%build
%pyproject_wheel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 9:39 [rpms/python-glyphsLib] f43: Better multiline %pyproject_buildrequires 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