commit:     6aa35edd2d5b1448994d8f58f07910931ddc344a
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jan 22 11:05:09 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 13:02:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa35edd

www-misc/urlwatch: add missing dep, drop py2 backport dep

Package-Manager: portage-2.2.27

 www-misc/urlwatch/{urlwatch-2.0-r1.ebuild => urlwatch-2.0-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-misc/urlwatch/urlwatch-2.0-r1.ebuild 
b/www-misc/urlwatch/urlwatch-2.0-r2.ebuild
similarity index 87%
rename from www-misc/urlwatch/urlwatch-2.0-r1.ebuild
rename to www-misc/urlwatch/urlwatch-2.0-r2.ebuild
index 03a7bd5..c3a7fa9 100644
--- a/www-misc/urlwatch/urlwatch-2.0-r1.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.0-r2.ebuild
@@ -15,11 +15,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-# https://github.com/thp/urlwatch/issues/34
-RESTRICT="test"
 
 RDEPEND="
-       virtual/python-futures[${PYTHON_USEDEP}]
+       dev-python/keyring[${PYTHON_USEDEP}]
        dev-python/pyyaml[${PYTHON_USEDEP}]
        dev-python/minidb[${PYTHON_USEDEP}]
        || ( www-client/lynx app-text/html2text )
@@ -33,5 +31,6 @@ DEPEND="
 "
 
 python_test() {
+       # https://github.com/thp/urlwatch/issues/34
        nosetests test || die "tests failed with ${EPYTHON}"
 }

Reply via email to