commit: 4213c0d44c56d022276783d8e503520a7dd48369 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 20:56:28 2016 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 20:56:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4213c0d4
app-backup/obnam: fix paramiko dep in 1.18.2-r1 Package-Manager: portage-2.2.26 app-backup/obnam/obnam-1.18.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/obnam/obnam-1.18.2-r1.ebuild b/app-backup/obnam/obnam-1.18.2-r1.ebuild index dff2085..4b28346 100644 --- a/app-backup/obnam/obnam-1.18.2-r1.ebuild +++ b/app-backup/obnam/obnam-1.18.2-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$ @@ -22,7 +22,7 @@ DEPEND="${PYTHON_DEPS} dev-python/cliapp[${PYTHON_USEDEP}] dev-python/fuse-python[${PYTHON_USEDEP}] dev-python/larch[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] + >=dev-python/paramiko-1.16.0[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/tracing[${PYTHON_USEDEP}] dev-python/ttystatus[${PYTHON_USEDEP}]