python-ubus: Force old build process
authorJeffery To <jeffery.to@gmail.com>
Mon, 6 Mar 2023 04:04:33 +0000 (12:04 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Nov 2023 00:47:32 +0000 (01:47 +0100)
commit436bca63d77d94536799dde1237274575a62e527
treee770275d91522ee19dcc140b485c816477313c62
parent12028f6043a95da336c5a05467e46309e08ba28a
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>
(cherry picked from commit 4a7173d27d7969b95efac18eb34402c5fa69e3a1)
lang/python/python-ubus/Makefile