Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python-atsha204: Force distutils-based python package builds
In OpenWRT main / 23.05 the new build process chokes on the OpenWRT package names differing from the python package names. Force the use of the previous build process for now. Alternative solutions include providing a PYPI_SOURCE_NAME that contains the python package name, or renaming the OpenWRT packages to have the same name as the python package. Also fix up the version number in setup.py, as otherwise the new build system would generate the wrong whl file and fail. Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
- Loading branch information