diff options
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.13.ebuild | 4 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.16.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.13.ebuild b/www-misc/urlwatch/urlwatch-2.13.ebuild index feaa87c4b5e4..b14e83974e51 100644 --- a/www-misc/urlwatch/urlwatch-2.13.ebuild +++ b/www-misc/urlwatch/urlwatch-2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/keyring[${PYTHON_USEDEP}] dev-python/minidb[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] + <dev-python/pyyaml-5[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] " DEPEND=" diff --git a/www-misc/urlwatch/urlwatch-2.16.ebuild b/www-misc/urlwatch/urlwatch-2.16.ebuild index be9149902a11..fd8b473177eb 100644 --- a/www-misc/urlwatch/urlwatch-2.16.ebuild +++ b/www-misc/urlwatch/urlwatch-2.16.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/keyring[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/minidb[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] + <dev-python/pyyaml-5[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] " BDEPEND=" |