diff options
Diffstat (limited to 'www-misc')
-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 03a7bd57440b..c3a7fa94f154 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}" } |