aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/files/0001-setup.py-import-fastentrypoints.patch
blob: df613e84188331dd1036978d03846fbeb54d8f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From f3a22f0f14a4b3313e6405dfb6c97df949493a34 Mon Sep 17 00:00:00 2001
From: Ming Liu <liu.ming50@gmail.com>
Date: Thu, 30 Jan 2020 17:22:19 +0100
Subject: [PATCH] setup.py: import fastentrypoints

Upstream-Status: Inappropriate [OE specific configuration]

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ad57969..3cccffc 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ import sys
 import pkg_resources
 from setuptools import find_packages
 from setuptools import setup
-
+import fastentrypoints
 
 def read(*parts):
     path = os.path.join(os.path.dirname(__file__), *parts)
-- 
2.7.4