Package: qmk / 1.1.6-1

Metadata

Package Version Patches format
qmk 1.1.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 drop setuptools install_requires.patch | (download)

setup.cfg | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop setuptools install_requires

The setuptools dependency is not needed in this file because setuptools
will be installed from the pyproject.toml file. Since the project does
not use anything from the setuptools package, remove it as a dependency.

Closes: #1083736