summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/Omit-google-apputils-dependency.patch
diff options
context:
space:
mode:
authorJianchuan Wang <jianchuan.wang@windriver.com>2015-09-07 13:29:55 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-08 10:01:36 -0400
commit221b87ecafe21fc111972bc756e8c34516c6f483 (patch)
treef5e30132183f9e691e8a328ea6d7f45da32f6385 /recipes-containers/criu/files/Omit-google-apputils-dependency.patch
parent4a55cb62130feb69fa7ce1b2112af22e8d574018 (diff)
downloadmeta-virtualization-221b87ecafe21fc111972bc756e8c34516c6f483.tar.gz
protobuf: upgrade 2.5.0 -> 2.6.1
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/criu/files/Omit-google-apputils-dependency.patch')
-rw-r--r--recipes-containers/criu/files/Omit-google-apputils-dependency.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-containers/criu/files/Omit-google-apputils-dependency.patch b/recipes-containers/criu/files/Omit-google-apputils-dependency.patch
new file mode 100644
index 00000000..ef60fc01
--- /dev/null
+++ b/recipes-containers/criu/files/Omit-google-apputils-dependency.patch
@@ -0,0 +1,25 @@
1From f8b7c90f6da90b67bdd7d5301894c5c28bd9d076 Mon Sep 17 00:00:00 2001
2From: Jianchuan Wang <jianchuan.wang@windriver.com>
3Date: Mon, 10 Aug 2015 11:23:31 +0800
4Subject: [PATCH] Omit google-apputils dependency
5
6Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
7---
8 python/setup.py | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/python/setup.py b/python/setup.py
12index 2450a77..6f6bffb 100755
13--- a/python/setup.py
14+++ b/python/setup.py
15@@ -189,7 +189,6 @@ if __name__ == '__main__':
16 'google.protobuf.text_format'],
17 cmdclass = { 'clean': clean, 'build_py': build_py },
18 install_requires = ['setuptools'],
19- setup_requires = ['google-apputils'],
20 ext_modules = ext_module_list,
21 url = 'https://developers.google.com/protocol-buffers/',
22 maintainer = maintainer_email,
23--
241.9.1
25