public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-asyncssh] epel10: remove superfluous build dependency
@ 2026-07-12 22:06 Georg Sauthoff
0 siblings, 0 replies; only message in thread
From: Georg Sauthoff @ 2026-07-12 22:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-asyncssh
Branch : epel10
Commit : 2eaa2c8351910fb2f20c250d4b1c70a105a1ea7c
Author : Georg Sauthoff <mail@gms.tf>
Date : 2025-11-23T19:20:02+01:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-asyncssh/c/2eaa2c8351910fb2f20c250d4b1c70a105a1ea7c?branch=epel10
Log:
remove superfluous build dependency
cf. https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
---
diff --git a/python-asyncssh.spec b/python-asyncssh.spec
index b67c4bd..531d44b 100644
--- a/python-asyncssh.spec
+++ b/python-asyncssh.spec
@@ -48,11 +48,15 @@ Summary: %{summary}
%prep
%autosetup -p1 -n %{srcname}-%{version}
+
# XXX remove again when python3-cryptography dependency spec
# of python3-fido2 is fixed in rawhide
# cf. https://bugzilla.redhat.com/show_bug.cgi?id=2368966
sed -i '/fido2/d' pyproject.toml tox.ini
+# remove superfluous build dependencies
+sed '/pytest-cov/d' tox.ini -i
+
%generate_buildrequires
%pyproject_buildrequires -t
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 22:06 [rpms/python-asyncssh] epel10: remove superfluous build dependency Georg Sauthoff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox