diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-12-22 09:07:49 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-12-22 09:07:49 +0000 |
commit | e298c6fe5971461872606e00682773af046b7ecd (patch) | |
tree | c267bf14a3dbd3c39c4709389cb2d502912ff707 /sys-auth | |
parent | Add unit file (#491038) (diff) | |
download | gentoo-2-e298c6fe5971461872606e00682773af046b7ecd.tar.gz gentoo-2-e298c6fe5971461872606e00682773af046b7ecd.tar.bz2 gentoo-2-e298c6fe5971461872606e00682773af046b7ecd.zip |
update dep under test?, update test phase
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.2.1.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 3018a2cd3b14..2be26bf01c24 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.52 2013/12/19 10:04:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.53 2013/12/22 09:07:49 idella4 Exp $ + + 22 Dec 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.2.1.ebuild: + update dep under test?, update test phase 19 Dec 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.2.1.ebuild: Condense DESCRIPTION, test phase broken; add upstream bug for monitoring diff --git a/sys-auth/keystone/keystone-2013.2.1.ebuild b/sys-auth/keystone/keystone-2013.2.1.ebuild index e5e3e4013cd9..242fe4a26869 100644 --- a/sys-auth/keystone/keystone-2013.2.1.ebuild +++ b/sys-auth/keystone/keystone-2013.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.2 2013/12/19 10:04:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.1.ebuild,v 1.3 2013/12/22 09:07:49 idella4 Exp $ EAPI=5 @@ -42,7 +42,7 @@ RDEPEND=">=dev-python/python-pam-0.1.4[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] >=dev-python/Babel-1.3[${PYTHON_USEDEP}] dev-python/oauth2[${PYTHON_USEDEP}] - >=dev-python/dogpile-cache-0.5.0[${PYTHON_USEDEP}] + >=dev-python/dogpile-cache-0.5.2[${PYTHON_USEDEP}] dev-python/python-daemon[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) @@ -88,10 +88,8 @@ python_prepare_all() { } python_test() { - # Ignore (naughty) test_.py files & 1 test that connect to the network # https://bugs.launchpad.net/keystone/+bug/1262564 - nosetests -I 'test_keystoneclient*' \ - -e test_import || die "testsuite failed under python2.7" + nosetests || die "testsuite failed under python2.7" } python_install() { |