nixpkgs/pkgs/servers/pinnwand/add-build-backend.patch
Martin Weinelt 433db3a30c
pinnwand: 1.1.2 -> 1.2.0
Build the package from Git using pyproject.toml and enable tests.
2020-08-09 01:52:25 +02:00

13 lines
309 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 3c4e87e..af27304 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,5 +58,6 @@ exclude = '''
pinnwand = 'pinnwand.__main__:main'
[build-system]
-requires = ["setuptools", "wheel"]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"