commit: 6c75a36298fd7ea02fbdbf93aabc90dbb58f7921
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 03:05:47 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 03:06:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c75a362
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
.../buildbot/{buildbot-0.8.12.ebuild => buildbot-0.8.12-r1.ebuild} | 4 ++--
1 file 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
similarity index 96%
rename from dev-util/buildbot/buildbot-0.8.12.ebuild
rename to dev-util/buildbot/buildbot-0.8.12-r1.ebuild
index 6a8d774..99f46ee 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}]