upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / python-django-q / trunk / python-django-q-pep517.patch
blobeebc148cf8da42c3354d5470a5672eda0e8f8f6b
1 diff '--color=auto' -rupN django-q.orig/pyproject.toml django-q/pyproject.toml
2 --- django-q.orig/pyproject.toml 2022-10-24 10:50:42.274924167 +0200
3 +++ django-q/pyproject.toml 2022-10-24 10:51:01.686713418 +0200
4 @@ -76,4 +76,8 @@ sentry = ["django-q-sentry"]
6 [tool.isort]
7 profile = "black"
8 -multi_line_output = 3
9 \ No newline at end of file
10 +multi_line_output = 3
12 +[build-system]
13 +requires = ["poetry-core"]
14 +build-backend = "poetry.core.masonry.api"