aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graph-core/files/patch-setup.py
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-08-17 17:19:06 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-08-17 17:19:06 +0000
commitfc05dacb4597b6822dd6a443903f52cf11c8cbac (patch)
treeb9d15ad670141c6487a5f36010646c8b460c5183 /graphics/py-graph-core/files/patch-setup.py
parentaeb016a691d7b5bb12a06d6adeced303a58cd098 (diff)
Notes
Diffstat (limited to 'graphics/py-graph-core/files/patch-setup.py')
-rw-r--r--graphics/py-graph-core/files/patch-setup.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/py-graph-core/files/patch-setup.py b/graphics/py-graph-core/files/patch-setup.py
deleted file mode 100644
index 6493e52e6717..000000000000
--- a/graphics/py-graph-core/files/patch-setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- setup.py.orig
-+++ setup.py
-@@ -3,12 +3,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-core"