Commit 8d5ab10a authored by jim's avatar jim

Removed an uneeded dependency link.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69985 62d5b8a3-27da-0310-9561-8e5933582275
parent e3e188df
......@@ -22,6 +22,6 @@ setup(
test_suite = name+'.tests.test_suite',
entry_points = {'console_scripts':
['buildout = %s.buildout:main' % name]},
dependency_links = ['http://download.zope.org/distribution/'],
# dependency_links = ['http://download.zope.org/distribution/'],
zip_safe=False,
)
......@@ -23,5 +23,4 @@ setup(
'custom = %s:Custom' % name,
]
},
dependency_links = ['http://download.zope.org/distribution/'],
)
......@@ -21,5 +21,4 @@ setup(
],
test_suite = name+'.tests.test_suite',
entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]},
dependency_links = ['http://download.zope.org/distribution/'],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment