diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-04-25 20:03:08 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-04-25 20:03:08 +0200 |
commit | 73507ec0d077ce6841f33d1661e255b85bd20000 (patch) | |
tree | fa99e273ba3099f6c8837dce0e56d4007910edaf /net-analyzer/graphite-web | |
parent | dev-vcs/hg-git: cleanup (diff) | |
download | gentoo-73507ec0d077ce6841f33d1661e255b85bd20000.tar.gz gentoo-73507ec0d077ce6841f33d1661e255b85bd20000.tar.bz2 gentoo-73507ec0d077ce6841f33d1661e255b85bd20000.zip |
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 <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer/graphite-web')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
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}] |