From 40b4b548f554c28540decb5c17ae0b8a8b41e7b7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:48:02 -0700 Subject: [PATCH] update qmk_cli, remove patch (#6616) (#6667) --- anda/tools/qmk_cli/nonexistant-deps.patch | 17 ----------------- anda/tools/qmk_cli/qmk_cli.spec | 5 ++--- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 anda/tools/qmk_cli/nonexistant-deps.patch diff --git a/anda/tools/qmk_cli/nonexistant-deps.patch b/anda/tools/qmk_cli/nonexistant-deps.patch deleted file mode 100644 index 81f1961ac0..0000000000 --- a/anda/tools/qmk_cli/nonexistant-deps.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/setup.cfg b/setup.cfg -index c3da40d..e031621 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -37,10 +37,10 @@ classifiers = - [options] - install_requires = - hid -- milc>=1.9.0 -+# milc>=1.9.0 - pyusb - # qmk_firmware packages -- dotty-dict -+# dotty-dict - hjson - jsonschema>=4 - pillow diff --git a/anda/tools/qmk_cli/qmk_cli.spec b/anda/tools/qmk_cli/qmk_cli.spec index 3243ba3307..17f906f309 100644 --- a/anda/tools/qmk_cli/qmk_cli.spec +++ b/anda/tools/qmk_cli/qmk_cli.spec @@ -5,12 +5,11 @@ Name: python-%{pypi_name} Version: 1.1.8 -Release: 2%?dist +Release: 3%?dist Summary: A program to help users work with QMK License: MIT URL: https://github.com/qmk/qmk_cli Source0: %url/archive/refs/tags/%version.tar.gz -Patch0: nonexistant-deps.patch BuildArch: noarch BuildRequires: python3-devel @@ -56,7 +55,7 @@ Provides: qmk-cli %_desc %prep -%autosetup -p1 -n qmk_cli-%version +%autosetup -n qmk_cli-%version %build %pyproject_wheel