Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum-ltc/
Date: Tue, 30 Jul 2019 06:01:05
Message-Id: 1564465200.0be4ff7c79e8cc9e9b51090536e76dc5af1d7caf.mgorny@gentoo
1 commit: 0be4ff7c79e8cc9e9b51090536e76dc5af1d7caf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:40:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:40:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be4ff7c
7
8 net-misc/electrum-ltc: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild
16 index 1e6465700a4..8ca11888da6 100644
17 --- a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild
18 +++ b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild
19 @@ -34,6 +34,7 @@ REQUIRED_USE="
20 RDEPEND="${PYTHON_DEPS}
21 dev-python/aiohttp-socks[${PYTHON_USEDEP}]
22 dev-python/aiorpcX[${PYTHON_USEDEP}]
23 + dev-python/dnspython[${PYTHON_USEDEP}]
24 dev-python/ecdsa[${PYTHON_USEDEP}]
25 dev-python/jsonrpclib[${PYTHON_USEDEP}]
26 dev-python/pbkdf2[${PYTHON_USEDEP}]
27 @@ -45,7 +46,6 @@ RDEPEND="${PYTHON_DEPS}
28 dev-python/six[${PYTHON_USEDEP}]
29 dev-python/tlslite[${PYTHON_USEDEP}]
30 dev-python/protobuf-python[${PYTHON_USEDEP}]
31 - virtual/python-dnspython[${PYTHON_USEDEP}]
32 qrcode? ( media-gfx/zbar[v4l] )
33 qt5? (
34 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]