summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-01-07 19:05:47 -0800
committerBrian Dolbec <dolsen@gentoo.org>2016-01-07 19:06:32 -0800
commit6c75a36298fd7ea02fbdbf93aabc90dbb58f7921 (patch)
treef9c092bbdceb9038e9b7ea8b54ccec53e6c3102e
parentnet-proxy/shadowsocks-libev: systemd support added (diff)
downloadgentoo-6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.tar.gz
gentoo-6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.tar.bz2
gentoo-6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.zip
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
-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 6a8d774dc28e..99f46ee2bb01 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}]