File: build-with-local-flit_core.patch

package info (click to toggle)
flit 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,544 kB
  • sloc: python: 6,691; makefile: 175; sh: 27
file content (22 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Stefano Rivera <stefanor@debian.org>
Date: Fri, 2 Sep 2022 13:20:45 +0200
Subject: Build flit with the local flit_core

Origin: vendor
Forwarded: not-needed
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 23514cf..0dd6794 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,7 @@
 [build-system]
 requires = ["flit_core >=3.11,<4"]
 build-backend = "flit_core.buildapi"
+backend-path = ["flit_core"]
 
 [project]
 name = "flit"