[Buildbot-commits] [SPAM] Re: [Buildbot] #897: Allow Twisted dependency to be fulfilled by separate tarballs
Buildbot
buildbot-devel at lists.sourceforge.net
Sun Jun 27 03:52:49 UTC 2010
#897: Allow Twisted dependency to be fulfilled by separate tarballs
--------------------+-------------------------------------------------------
Reporter: clepple | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.1
Version: 0.8.0 | Keywords:
--------------------+-------------------------------------------------------
Comment(by dustin):
Like this? (Obviously master would require more than just core)
{{{
#!patch
@@ -64,7 +64,7 @@ except ImportError:
]
else:
setup_args['install_requires'] = [
- 'twisted >= 2.0.0',
+ 'Twisted_Core >= 2.0.0',
]
setup_args['entry_points'] = {
'console_scripts': [}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/897#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list