python-ubus: Force old build process
authorJeffery To <jeffery.to@gmail.com>
Mon, 6 Mar 2023 04:04:33 +0000 (12:04 +0800)
committerJeffery To <jeffery.to@gmail.com>
Mon, 24 Apr 2023 08:19:45 +0000 (16:19 +0800)
commit4a7173d27d7969b95efac18eb34402c5fa69e3a1
treec06a6ce1f8aa327f80f1861bcb98736c473be6d7
parent56b10770fc0741c79b697e9954b27090a4560a9a
python-ubus: Force old build process

This package will not build with the pyproject.toml-based build process
because it has a build dependency on pytest-runner[1].

pytest-runner has been deprecated[2], so instead of adding a package for
pytest-runner to fulfill the build dependency, force this package to use
the old build process.

[1]: https://gitlab.nic.cz/turris/python-ubus/-/blob/v0.1.1/setup.py#L35
[2]: https://github.com/pytest-dev/pytest-runner#deprecation-notice

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-ubus/Makefile