From 3ccb9d291ae9fe95ff491190d18f6a75a3dd9010 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Oct 2015 20:18:12 +0000 Subject: - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Fix build with Python 3.x --- graphics/py-pydot/files/patch-setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'graphics/py-pydot/files/patch-setup.py') diff --git a/graphics/py-pydot/files/patch-setup.py b/graphics/py-pydot/files/patch-setup.py index 34907ad4e031..e4c9a8b15d76 100644 --- a/graphics/py-pydot/files/patch-setup.py +++ b/graphics/py-pydot/files/patch-setup.py @@ -1,5 +1,14 @@ --- setup.py.orig 2012-01-03 00:15:07 UTC +++ setup.py +@@ -2,7 +2,7 @@ + + try: + from distutils.core import setup +-except ImportError, excp: ++except ImportError as excp: + from setuptools import setup + + import pydot @@ -31,5 +31,5 @@ setup( name = 'pydot', 'Topic :: Software Development :: Libraries :: Python Modules'], long_description = "\n".join(pydot.__doc__.split('\n')), -- cgit v1.2.3