diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-20 19:34:27 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-08-21 15:54:52 +0300 |
commit | cb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2 (patch) | |
tree | 93016fac702da55b59a001746bd450f16713b7d0 /recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch | |
parent | cfd873e2231380c608b27d21b53ba603ab730b19 (diff) | |
download | meta-raspberrypi-cb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2.tar.gz |
rpi-gpio: Update to v0.5.3a
don-t-install-setuptools.patch was removed as this is included now in the new
version.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
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.patch | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index bc71443..0000000 --- a/recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | We already have setuptools python module so we will use that and not the | ||
2 | one provided in this package. | ||
3 | |||
4 | Upstream-Status: Inappropriate [embedded specific] | ||
5 | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | ||
6 | |||
7 | Index: 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 | ||