diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-01-07 19:05:47 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-01-07 19:06:32 -0800 |
commit | 6c75a36298fd7ea02fbdbf93aabc90dbb58f7921 (patch) | |
tree | f9c092bbdceb9038e9b7ea8b54ccec53e6c3102e /dev-util | |
parent | 3f35a7ae49c6d6e95b64ed4e5f585e8f200b6448 (diff) | |
download | gentoo-6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.tar.gz gentoo-6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.tar.xz |
dev-util/buildbot: Fix bug 570638 missing python-dateutil dep
The depenency was incorrectly hidden behind the test use flag.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.12-r1.ebuild (renamed from dev-util/buildbot/buildbot-0.8.12.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot/buildbot-0.8.12.ebuild b/dev-util/buildbot/buildbot-0.8.12-r1.ebuild index 6a8d774dc28..99f46ee2bb0 100644 --- a/dev-util/buildbot/buildbot-0.8.12.ebuild +++ b/dev-util/buildbot/buildbot-0.8.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,8 +31,8 @@ RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}] DEPEND="${DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] test? ( - dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/twisted-mail[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] |