summaryrefslogtreecommitdiff
path: root/graphics/py-graph-dot/files/patch-setup.py
blob: fa8b0dc61449908a602cf35406870358eda569b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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",