mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
10 lines
299 B
TOML
10 lines
299 B
TOML
--- pyproject.toml.orig 2020-07-13 10:40:40 UTC
|
|
+++ pyproject.toml
|
|
@@ -30,5 +30,5 @@ black = {version = "^19.10b0", python = "^3.6"}
|
|
|
|
|
|
[build-system]
|
|
-requires = ["poetry>=1.0.0"]
|
|
-build-backend = "poetry.masonry.api"
|
|
+requires = ["poetry-core>=1.0.0"]
|
|
+build-backend = "poetry.core.masonry.api"
|