psykose 5583a3e237 community/py3-memory-tempfile: new aport
https://github.com/mbello/memory-tempfile
Create temporary files and temporary dirs in memory-based filesystems on Linux
2022-10-26 23:02:47 +02:00

11 lines
291 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 1509f88..e984dc5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,4 +19,4 @@ pytest-benchmark = "^3.2.3"
[build-system]
requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+build-backend = "poetry.core.masonry.api"