Skip to content

Commit

Permalink
Merge sa2ajj/buildbot:relax-dateutil-requirement (PR #1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 25, 2015
2 parents 060b1e3 + 67793e3 commit 21d68dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -56,6 +56,8 @@ Minor Python Packages

* Buildbot requires at least Twisted-11.0.0.

* Buildbot works python-dateutil >= 1.5

Features
~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -369,7 +369,7 @@ def define_plugin_entries(groups):
# buildbot depends on sqlalchemy internals, and this is the tested
# version.
'sqlalchemy-migrate==0.7.2',
'python-dateutil==1.5',
'python-dateutil>=1.5',
]

setup_args['extras_require'] = {
Expand Down

0 comments on commit 21d68dd

Please sign in to comment.