summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-01-22 12:05:09 +0100
committerIan Delaney <idella4@gentoo.org>2016-01-22 21:02:44 +0800
commit6aa35edd2d5b1448994d8f58f07910931ddc344a (patch)
tree72bdae5b942c9ba5359b2c9bb366832af494b9e5
parent8f596efeffa7134fbf129b061af60aee1e3bcd58 (diff)
downloadgentoo-6aa35edd2d5b1448994d8f58f07910931ddc344a.tar.gz
gentoo-6aa35edd2d5b1448994d8f58f07910931ddc344a.tar.xz
www-misc/urlwatch: add missing dep, drop py2 backport dep
Package-Manager: portage-2.2.27
-rw-r--r--www-misc/urlwatch/urlwatch-2.0-r2.ebuild (renamed from www-misc/urlwatch/urlwatch-2.0-r1.ebuild)5
1 files 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
index 03a7bd57440..c3a7fa94f15 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}"
}