diff options
Diffstat (limited to 'x11/py-xdot/files/patch-setup.py')
-rw-r--r-- | x11/py-xdot/files/patch-setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/py-xdot/files/patch-setup.py b/x11/py-xdot/files/patch-setup.py new file mode 100644 index 000000000000..51a3de54eac6 --- /dev/null +++ b/x11/py-xdot/files/patch-setup.py @@ -0,0 +1,12 @@ +# https://github.com/jrfonseca/xdot.py/commit/3f866766be44adbe3634de95cd0a031e8a863c91 + +--- setup.py.orig 2018-03-30 00:51:44 UTC ++++ setup.py +@@ -31,7 +31,6 @@ setup( + """, + license="LGPL", + +- install_requires=['graphviz'], + packages=['xdot', 'xdot/dot', 'xdot/ui'], + entry_points=dict(gui_scripts=['xdot=xdot.__main__:main']), + |