mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
13 lines
452 B
Python
13 lines
452 B
Python
|
|
$FreeBSD$
|
|
|
|
--- 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",
|