mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
11 lines
299 B
TOML
11 lines
299 B
TOML
Remove requirements for wheel and pip as they're not required for build
|
|
|
|
--- pyproject.toml.orig 2022-01-19 06:15:34 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools", "wheel", "pip"]
|
|
+requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|