aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graph-core/files/patch-setup.py
diff options
context:
space:
mode:
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"