public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-asyncssh] epel10: drop optional fido2 dependency on epel
@ 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 : dbd7e2eb01bd9019675871295aa1cdac690efb93
Author : Georg Sauthoff <mail@gms.tf>
Date   : 2026-07-13T00:05:40+02:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-asyncssh/c/dbd7e2eb01bd9019675871295aa1cdac690efb93?branch=epel10

Log:
drop optional fido2 dependency on epel

---
diff --git a/python-asyncssh.spec b/python-asyncssh.spec
index e21813f..c958e8c 100644
--- a/python-asyncssh.spec
+++ b/python-asyncssh.spec
@@ -32,8 +32,10 @@ Suggests:       python3-bcrypt
 Suggests:       python3-gssapi
 # for X.509 certificate authentication
 Suggests:       python3-pyOpenSSL
+%if 0%{?epel} == 0
 # for U2F etc. support
 Suggests:       python3-fido2
+%endif
 
 
 %description
@@ -56,6 +58,12 @@ sed -E '/(uvloop|python-pkcs11)/d' tox.ini -i  # not available, tests skipped wh
 # e.g. due to 'Vulnerable OpenSSL included in cryptography wheels'
 sed "s/cryptography >= [^']\+/cryptography/" pyproject.toml -i
 
+# disable optional fido2 dependency on epel,
+# since it is currently (?) not available on epel/rhel
+%if 0%{?epel} != 0
+sed 's@^ *\(fido2\)@# not available on epel/rhel # \1@' pyproject.toml tox.ini -i
+%endif
+
 
 %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: drop optional fido2 dependency on epel Georg Sauthoff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox