summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-23 22:29:49 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-28 03:29:12 +0300
commit085491aa064f487127a9b675de2b18400ceabde0 (patch)
tree38158f84ff9d8f09f081095e1c2d253255a410fe /meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
parentde7dfbc692a7ecffa7a56bab9a4be87d53b21538 (diff)
downloadopenbmc-085491aa064f487127a9b675de2b18400ceabde0.tar.xz
rocket: Drop recipe
python-rocket is unused in-tree. Drop. All in-tree platforms are either using python-gevent or bmcweb as the webserver. Tested: Built witherspoon and palmetto images Change-Id: I9981f77937bd9b4784484c80b80219f70d386d3e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch b/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
deleted file mode 100644
index 7affb2f7e..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: Rocket-1.2.4/setup.py
-===================================================================
---- Rocket-1.2.4.orig/setup.py
-+++ Rocket-1.2.4/setup.py
-@@ -4,8 +4,6 @@
- # This file is part of the Rocket Web Server
- # Copyright (c) 2009 Timothy Farrell
-
--from distribute_setup import use_setuptools
--use_setuptools()
- from setuptools import setup, find_packages
-
- import os