summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch')
-rw-r--r--recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch b/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch
new file mode 100644
index 0000000..bc71443
--- /dev/null
+++ b/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch
@@ -0,0 +1,16 @@
1We already have setuptools python module so we will use that and not the
2one provided in this package.
3
4Upstream-Status: Inappropriate [embedded specific]
5Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
6
7Index: RPi.GPIO-0.2.0/setup.py
8===================================================================
9--- RPi.GPIO-0.2.0.orig/setup.py 2012-05-24 13:17:31.000000000 +0300
10+++ RPi.GPIO-0.2.0/setup.py 2012-08-22 00:56:59.049001018 +0300
11@@ -1,6 +1,4 @@
12 #!/usr/bin/env python
13-import distribute_setup
14-distribute_setup.use_setuptools()
15 from setuptools import setup, find_packages
16 import platform