]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
manager: move `build.py` to `build_c_extensions.py`
authorOto Šťáva <oto.stava@nic.cz>
Mon, 5 Feb 2024 16:03:44 +0000 (17:03 +0100)
committerOto Šťáva <oto.stava@nic.cz>
Thu, 15 Feb 2024 12:40:43 +0000 (13:40 +0100)
commit807d40032f1d2115037f39b247ef7a5ce27890e0
tree1cce7969b3426a601e57dc64aebcfd25f3db51b9
parent280f32cb490ad62276b7510bdd99eb8e4b837aa0
manager: move `build.py` to `build_c_extensions.py`

This fixes a problem on some systems, where the `build.py` file
conflicts with the `build` module required by Poetry.

See <https://github.com/python-poetry/poetry/issues/7576>.
manager/build_c_extensions.py [moved from manager/build.py with 100% similarity]
manager/pyproject.toml
manager/setup.py
manager/tests/packaging/dependencies.py