Files
Arch-R/packages/python/graphics/Imaging/patches/Imaging-1.1.7-setuptools-0.1.patch
Stephan Raue c807a5d8e0 new package: add package 'Imaging'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-17 10:16:28 +02:00

13 lines
465 B
Diff

diff -Naur Imaging-1.1.7/setup.py Imaging-1.1.7.patch/setup.py
--- Imaging-1.1.7/setup.py 2009-11-15 17:06:10.000000000 +0100
+++ Imaging-1.1.7.patch/setup.py 2011-04-17 09:31:07.545708559 +0200
@@ -83,7 +83,7 @@
# --------------------------------------------------------------------
from distutils import sysconfig
-from distutils.core import Extension, setup
+from setuptools import Extension, setup
from distutils.command.build_ext import build_ext
try: