diff options
Diffstat (limited to 'graphics/py-graph-dot/files/patch-setup.py')
-rw-r--r-- | graphics/py-graph-dot/files/patch-setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py index f3ccd4e373d6..fbc561a99c50 100644 --- a/graphics/py-graph-dot/files/patch-setup.py +++ b/graphics/py-graph-dot/files/patch-setup.py @@ -3,20 +3,6 @@ $FreeBSD$ --- setup.py.orig +++ setup.py -@@ -4,12 +4,7 @@ - import os - - --try: -- from setuptools import setup, find_packages --except ImportError as ie: -- import ez_setup -- ez_setup.use_setuptools() -- from setuptools import setup, find_packages -+from setuptools import setup, find_packages - - # Startup - appname = "python-graph-dot" @@ -20,7 +15,6 @@ version = appversion, namespace_packages = ["pygraph"], |