Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/graphite-web/
Date: Sat, 25 Apr 2020 18:03:26
Message-Id: 1587837788.73507ec0d077ce6841f33d1661e255b85bd20000.grobian@gentoo
1 commit: 73507ec0d077ce6841f33d1661e255b85bd20000
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 18:03:08 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 18:03:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73507ec0
7
8 net-analyzer/graphite-web: drop obsolete dep for dev-python/mysql-python
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild | 9 ++-------
14 1 file changed, 2 insertions(+), 7 deletions(-)
15
16 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
17 index f0dbbc3d667..3d688856dc8 100644
18 --- a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
19 +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell
25 +PYTHON_COMPAT=( python3_6 ) # 3.{7,8} dropped due to dep-hell
26
27 inherit distutils-r1 prefix
28
29 @@ -20,12 +20,7 @@ RDEPEND="
30 carbon? ( dev-python/carbon[${PYTHON_USEDEP}] )
31 ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
32 memcached? ( dev-python/python-memcached[${PYTHON_USEDEP}] )
33 - mysql? (
34 - || (
35 - dev-python/mysql-python[${PYTHON_USEDEP}]
36 - dev-python/mysqlclient[${PYTHON_USEDEP}]
37 - )
38 - )
39 + mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
40 postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
41 >=dev-python/django-1.11.19[sqlite?,${PYTHON_USEDEP}]
42 >=dev-python/django-tagging-0.4.6[${PYTHON_USEDEP}]