mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
10 lines
322 B
TOML
10 lines
322 B
TOML
--- pyproject.toml.orig 2020-10-26 02:02:45 UTC
|
|
+++ pyproject.toml
|
|
@@ -30,5 +30,5 @@ tox = [{version="*", python="^3.6"}]
|
|
tox = [{version="*", python="^3.6"}]
|
|
|
|
[build-system]
|
|
-build-backend = "poetry.masonry.api"
|
|
-requires = ["poetry>=0.12"]
|
|
+build-backend = "poetry.core.masonry.api"
|
|
+requires = ["poetry-core>=0.12"]
|