summaryrefslogtreecommitdiff
path: root/dev-python/pyroute2/files/pyroute2-0.7.1-specify-build-backend-in-pyproject.toml.patch
blob: 9c5756dbf7a0b1b50d89ec0cae64409f9c63b4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From c4e0bdcf0fc694c9f0f3b01908a5fd1bc6909e39 Mon Sep 17 00:00:00 2001
From: Henning Schild <henning@hennsch.de>
Date: Mon, 18 Jul 2022 08:45:21 +0200
Subject: [PATCH] setup: specify "build-backend" in pyproject.toml

Fixes: 9714df3404b5 ("setup: remove setup.py")
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index d1e6ae6e5647..9787c3bdf008 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,3 @@
 [build-system]
 requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
-- 
2.35.1