opnsense-ports/graphics/py-graph-dot/files/patch-setup.py
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

10 lines
440 B
Python

--- setup.py.orig
+++ setup.py
@@ -20,7 +15,6 @@
version = appversion,
namespace_packages = ["pygraph"],
packages = ["pygraph"] + [ os.path.join("pygraph", a) for a in find_packages("pygraph") ],
- install_requires = [ 'python-graph-core==%s' % appversion, 'pydot' ],
author = "Pedro Matiello",
author_email = "pmatiello@gmail.com",
description = "DOT support for python-graph",