dev-util/buildbot: Fix bug 570638 missing python-dateutil dep
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 8 Jan 2016 03:05:47 +0000 (19:05 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Fri, 8 Jan 2016 03:06:32 +0000 (19:06 -0800)
The depenency was incorrectly hidden behind the test use flag.

Package-Manager: portage-2.2.26

dev-util/buildbot/buildbot-0.8.12-r1.ebuild [moved from dev-util/buildbot/buildbot-0.8.12.ebuild with 96% similarity]

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 6a8d774dc28e49d51b0e149d2c4cf7befbca2421..99f46ee2bb01ab561da519995cb308c00f58d2fb 100644 (file)
@@ -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}]