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