From bda701671fb794b464729af54eeb27143ac98d2d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:25:17 -0700 Subject: [PATCH] fix(qmk_cli): remove duplicate build dep (#6531) (#6537) (cherry picked from commit 5df3523cda7a9bb5ff97c993b0ce3ef48000e736) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/qmk_cli/qmk_cli.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/anda/tools/qmk_cli/qmk_cli.spec b/anda/tools/qmk_cli/qmk_cli.spec index 68b5af284a..0ab99a936f 100644 --- a/anda/tools/qmk_cli/qmk_cli.spec +++ b/anda/tools/qmk_cli/qmk_cli.spec @@ -16,7 +16,6 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3dist(setuptools) BuildRequires: git -BuildRequires: python3-devel Requires: python3 Requires: python3-platformdirs