public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10.2: Generate test BuildRequires with tox
@ 2026-08-21 14:28
0 siblings, 0 replies; only message in thread
From: @ 2026-08-21 14:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yubikey-manager
Branch : epel10.2
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.2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 14:28 [rpms/yubikey-manager] epel10.2: Generate test BuildRequires with tox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox