From: Fabian Groffen Date: Sat, 25 Apr 2020 18:03:08 +0000 (+0200) Subject: net-analyzer/graphite-web: drop obsolete dep for dev-python/mysql-python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73507ec0d077ce6841f33d1661e255b85bd20000;p=gentoo.git net-analyzer/graphite-web: drop obsolete dep for dev-python/mysql-python Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen --- diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild index f0dbbc3d667d..3d688856dc87 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell +PYTHON_COMPAT=( python3_6 ) # 3.{7,8} dropped due to dep-hell inherit distutils-r1 prefix @@ -20,12 +20,7 @@ RDEPEND=" carbon? ( dev-python/carbon[${PYTHON_USEDEP}] ) ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) memcached? ( dev-python/python-memcached[${PYTHON_USEDEP}] ) - mysql? ( - || ( - dev-python/mysql-python[${PYTHON_USEDEP}] - dev-python/mysqlclient[${PYTHON_USEDEP}] - ) - ) + mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] ) postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) >=dev-python/django-1.11.19[sqlite?,${PYTHON_USEDEP}] >=dev-python/django-tagging-0.4.6[${PYTHON_USEDEP}]