public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/yubikey-manager] epel10: Generate test BuildRequires with tox
Date: Fri, 21 Aug 2026 14:27:31 GMT	[thread overview]
Message-ID: <178732245131.1.15285527073920492341.rpms-yubikey-manager-e3d5f58f6986@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/yubikey-manager
            Branch : epel10
            Commit : e3d5f58f6986175bb301337e26af9b726e4c2ed9
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2024-11-01T15:45:52+01:00
            Stats  : +2/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/e3d5f58f6986175bb301337e26af9b726e4c2ed9?branch=epel10

            Log:
            Generate test BuildRequires with tox

The fact that %tox uses python3-tox-current-env is an internal implementation detail.

---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 5e7c954..47ccccc 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -15,11 +15,8 @@ Source1:        %{name}.rpmlintrc
 
 BuildArch:      noarch
 BuildRequires:  swig pcsc-lite-devel ykpers pyproject-rpm-macros
-BuildRequires:  python3-devel tox
-BuildRequires:  %{py3_dist six pyscard pyusb click cryptography pyopenssl}
-BuildRequires:  %{py3_dist tox-current-env poetry-core setuptools}
+BuildRequires:  python3-devel
 BuildRequires:  %{py3_dist makefun pytest}
-BuildRequires:  %{py3_dist fido2} >= 0.9.0
 
 Requires:       python3-%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 Requires:       u2f-hidraw-policy
@@ -42,7 +39,7 @@ Python library for configuring a YubiKey.
 sed -r -i 's/(keyring = ">=[^"]+), <[^"]+"/\1"/' pyproject.toml
 
 %generate_buildrequires
-%pyproject_buildrequires
+%pyproject_buildrequires -t
 
 %build
 %pyproject_wheel

                 reply	other threads:[~2026-08-21 14:27 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=178732245131.1.15285527073920492341.rpms-yubikey-manager-e3d5f58f6986@fedoraproject.org \
    --to=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