From cb6ee9867d57ffe7bd85cd47879d9cdb8ceb5fa2 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 20 Aug 2013 19:34:27 +0300 Subject: 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 --- .../python/rpi-gpio/don-t-install-setuptools.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-devtools/python/rpi-gpio/don-t-install-setuptools.patch (limited to 'recipes-devtools/python/rpi-gpio') 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 @@ -We already have setuptools python module so we will use that and not the -one provided in this package. - -Upstream-Status: Inappropriate [embedded specific] -Signed-off-by: Andrei Gherzan - -Index: RPi.GPIO-0.2.0/setup.py -=================================================================== ---- RPi.GPIO-0.2.0.orig/setup.py 2012-05-24 13:17:31.000000000 +0300 -+++ RPi.GPIO-0.2.0/setup.py 2012-08-22 00:56:59.049001018 +0300 -@@ -1,6 +1,4 @@ - #!/usr/bin/env python --import distribute_setup --distribute_setup.use_setuptools() - from setuptools import setup, find_packages - import platform -- cgit v1.2.3-54-g00ecf