summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2022-07-26 09:10:22 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-08-04 10:03:47 +0300
commit95c65f62bc55f7845fa3afd77d3640b649046054 (patch)
tree1adf9e14c156f39cbfcb96d8f107bc86c2348566 /dev-python/pyroute2/files
parentdev-python/pyroute2: bump to 0.7.2 (diff)
downloadgentoo-95c65f62bc55f7845fa3afd77d3640b649046054.tar.gz
gentoo-95c65f62bc55f7845fa3afd77d3640b649046054.tar.bz2
gentoo-95c65f62bc55f7845fa3afd77d3640b649046054.zip
dev-python/pyroute2: Remove old
Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/26601 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2/files')
-rw-r--r--dev-python/pyroute2/files/pyroute2-0.7.1-specify-build-backend-in-pyproject.toml.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pyroute2/files/pyroute2-0.7.1-specify-build-backend-in-pyproject.toml.patch b/dev-python/pyroute2/files/pyroute2-0.7.1-specify-build-backend-in-pyproject.toml.patch
deleted file mode 100644
index 9c5756dbf7a0..000000000000
--- a/dev-python/pyroute2/files/pyroute2-0.7.1-specify-build-backend-in-pyproject.toml.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-