diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-21 19:56:41 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-21 19:56:41 +0000 |
commit | f9a271e3b596af313986d1a1d76e30bb4f9729c0 (patch) | |
tree | c051b202a52d50062b848c2f5924858c9892c027 /dev-util/buildbot | |
parent | add missing dev-python/python-dateutil test dependency (diff) | |
download | gentoo-2-f9a271e3b596af313986d1a1d76e30bb4f9729c0.tar.gz gentoo-2-f9a271e3b596af313986d1a1d76e30bb4f9729c0.tar.bz2 gentoo-2-f9a271e3b596af313986d1a1d76e30bb4f9729c0.zip |
add dev-python/python-dateutil test dependency to live ebuild too
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 4ba26c09607c..c13e397c553f 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.145 2014/01/21 19:54:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.146 2014/01/21 19:56:41 maekke Exp $ + + 21 Jan 2014; Markus Meier <maekke@gentoo.org> buildbot-9999.ebuild: + add dev-python/python-dateutil test dependency to live ebuild too 21 Jan 2014; Markus Meier <maekke@gentoo.org> buildbot-0.8.8-r2.ebuild: add missing dev-python/python-dateutil test dependency diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 8cbc5440560f..58b2dbc1e2ed 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.3 2013/12/10 19:04:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.4 2014/01/21 19:56:41 maekke Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -43,6 +43,7 @@ DEPEND="${DEPEND} dev-python/setuptools doc? ( sys-apps/texinfo ) test? ( + dev-python/python-dateutil dev-python/mock dev-python/twisted-mail dev-python/twisted-web |