diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-04 15:49:30 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-04 15:49:48 +0200 |
commit | 429a813b3155eaf8dfa3ba0ab73e57a9ebed3cd9 (patch) | |
tree | 4a35d60214b87840b022c15e897d9ebc05bfce65 /net-nntp/sabnzbd | |
parent | dev-python/django: Bump to 3.1 (diff) | |
download | gentoo-429a813b3155eaf8dfa3ba0ab73e57a9ebed3cd9.tar.gz gentoo-429a813b3155eaf8dfa3ba0ab73e57a9ebed3cd9.tar.bz2 gentoo-429a813b3155eaf8dfa3ba0ab73e57a9ebed3cd9.zip |
net-nntp/sabnzbd: not working with >=dev-python/feedparser-6 yet
Link: https://github.com/sabnzbd/sabnzbd/issues/1567
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-nntp/sabnzbd')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-3.0.0-r1.ebuild (renamed from net-nntp/sabnzbd/sabnzbd-3.0.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.0.ebuild b/net-nntp/sabnzbd/sabnzbd-3.0.0-r1.ebuild index afa365fd3af6..a4942c83c188 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.0.0.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.0.0-r1.ebuild @@ -37,7 +37,7 @@ COMMON_DEPS=" dev-python/cherrypy[${PYTHON_MULTI_USEDEP}] dev-python/configobj[${PYTHON_MULTI_USEDEP}] dev-python/cryptography[${PYTHON_MULTI_USEDEP}] - dev-python/feedparser[${PYTHON_MULTI_USEDEP}] + <dev-python/feedparser-6[${PYTHON_MULTI_USEDEP}] dev-python/notify2[${PYTHON_MULTI_USEDEP}] dev-python/portend[${PYTHON_MULTI_USEDEP}] >=dev-python/sabyenc-3.3.1[${PYTHON_MULTI_USEDEP}] |