1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/py3-bitstring/pyproject.patch
2023-03-01 14:04:06 +01:00

12 lines
323 B
Diff

Add missing build-system section.
Backported from https://github.com/scott-griffiths/bitstring/commit/1d02d003d6bbb81a7a26d64bc970b57770944523
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,6 @@
+[build-system]
+requires = ["setuptools>=61"]
+build-backend = "setuptools.build_meta"
[project]
name = "bitstring"