summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-11-28 10:35:48 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-12-04 21:02:21 +0000
commit9a1f4d91d9f4ed590bf13985dc4b80f8f141aa57 (patch)
treedeb08c946cb021ba42dafd71b19fcac3d62c3294 /recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch
parent0eef35edeeec268ce9bd20e0ad3c9e1e3770496f (diff)
downloadmeta-virtualization-9a1f4d91d9f4ed590bf13985dc4b80f8f141aa57.tar.gz
docker-compose: drop patches from the removed python version
Drop unused patches from the python version removed in 7bd56074. https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/docker-compose?id=7bd56074fece944ef9279d87106eb16452ec6338 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch')
-rw-r--r--recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch b/recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch
deleted file mode 100644
index df613e84..00000000
--- a/recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From f3a22f0f14a4b3313e6405dfb6c97df949493a34 Mon Sep 17 00:00:00 2001
2From: Ming Liu <liu.ming50@gmail.com>
3Date: Thu, 30 Jan 2020 17:22:19 +0100
4Subject: [PATCH] setup.py: import fastentrypoints
5
6Upstream-Status: Inappropriate [OE specific configuration]
7
8Signed-off-by: Ming Liu <liu.ming50@gmail.com>
9---
10 setup.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/setup.py b/setup.py
14index ad57969..3cccffc 100644
15--- a/setup.py
16+++ b/setup.py
17@@ -12,7 +12,7 @@ import sys
18 import pkg_resources
19 from setuptools import find_packages
20 from setuptools import setup
21-
22+import fastentrypoints
23
24 def read(*parts):
25 path = os.path.join(os.path.dirname(__file__), *parts)
26--
272.7.4
28