summaryrefslogtreecommitdiff
path: root/graphics/py-pygraph/files/patch-setup.py
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-03-30 23:52:46 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-03-30 23:52:56 +0200
commita9d8c1dfdc01608dcc70e52538b230cbca242388 (patch)
tree3c32fd0b4ca40b3ba04e6ec1416132e24ebaaa64 /graphics/py-pygraph/files/patch-setup.py
parentwww/firefox-esr: update to 91.8.0 (rc1) (diff)
graphics/py-pygraph: Do not install test module
PR: 262759 Reported by: se
Diffstat (limited to 'graphics/py-pygraph/files/patch-setup.py')
-rw-r--r--graphics/py-pygraph/files/patch-setup.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/py-pygraph/files/patch-setup.py b/graphics/py-pygraph/files/patch-setup.py
new file mode 100644
index 000000000000..72ba6ee29abe
--- /dev/null
+++ b/graphics/py-pygraph/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2017-10-31 16:41:33 UTC
++++ setup.py
+@@ -1,6 +1,6 @@
+ from setuptools import find_packages, setup
+
+-EXCLUDE_FROM_PACKAGES = []
++EXCLUDE_FROM_PACKAGES = ['tests']
+
+ setup(
+ name='PyGraph',