diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-03-13 23:50:54 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-03-13 23:50:54 +0000 |
commit | 17c0eda2bae27e5cd063c10a56af0be5c184eb8d (patch) | |
tree | 2b845fe4b07ef70c2183c7a60bcda090c9a8f820 /dev-python/logilab-common | |
parent | Version bump. Closes bug #542466. Thanks to Arfrever. (diff) | |
download | gentoo-2-17c0eda2bae27e5cd063c10a56af0be5c184eb8d.tar.gz gentoo-2-17c0eda2bae27e5cd063c10a56af0be5c184eb8d.tar.bz2 gentoo-2-17c0eda2bae27e5cd063c10a56af0be5c184eb8d.zip |
return dep needed for tests
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/logilab-common')
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.63.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index 787d9e4039cf..f25bb0556d92 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logilab-common # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.153 2015/03/13 13:09:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.154 2015/03/13 23:50:54 idella4 Exp $ + + 13 Mar 2015; Ian Delaney <idella4@gentoo.org> logilab-common-0.63.2.ebuild: + return dep needed for tests 13 Mar 2015; Ian Delaney <idella4@gentoo.org> logilab-common-0.61.0.ebuild, logilab-common-0.62.1.ebuild, logilab-common-0.63.2.ebuild: diff --git a/dev-python/logilab-common/logilab-common-0.63.2.ebuild b/dev-python/logilab-common/logilab-common-0.63.2.ebuild index 5ad85fede0f5..f2ac13db130a 100644 --- a/dev-python/logilab-common/logilab-common-0.63.2.ebuild +++ b/dev-python/logilab-common/logilab-common-0.63.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v 1.6 2015/03/13 13:09:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v 1.7 2015/03/13 23:50:54 idella4 Exp $ EAPI=5 @@ -21,7 +21,8 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # egenix-mx-base tests are optional and supports python2 only. DEPEND="${RDEPEND} - test? ( $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) ) + test? ( $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) + dev-python/pytz[${PYTHON_USEDEP}] ) doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' python2_7) )" PATCHES=( |