public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Georg Sauthoff <mail@gms.tf>
To: git-commits@fedoraproject.org
Subject: [rpms/python-asyncssh] epel10: drop optional fido2 dependency on epel
Date: Sun, 12 Jul 2026 22:06:24 GMT	[thread overview]
Message-ID: <178389398439.1.17813241880689252511.rpms-python-asyncssh-dbd7e2eb01bd@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-12 22:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178389398439.1.17813241880689252511.rpms-python-asyncssh-dbd7e2eb01bd@fedoraproject.org \
    --to=mail@gms.tf \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox