diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-01-22 12:05:09 +0100 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-22 21:02:44 +0800 |
commit | 6aa35edd2d5b1448994d8f58f07910931ddc344a (patch) | |
tree | 72bdae5b942c9ba5359b2c9bb366832af494b9e5 /www-misc | |
parent | dev-python/keyring: add Python 3.5 support (diff) | |
download | gentoo-6aa35edd2d5b1448994d8f58f07910931ddc344a.tar.gz gentoo-6aa35edd2d5b1448994d8f58f07910931ddc344a.tar.bz2 gentoo-6aa35edd2d5b1448994d8f58f07910931ddc344a.zip |
www-misc/urlwatch: add missing dep, drop py2 backport dep
Package-Manager: portage-2.2.27
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}" } |