diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:58 +0200 |
commit | 260b2210a447d5648141cc75eeeb12f4999dbbcb (patch) | |
tree | 4505adf1f2871d6d9d44690a6ac744a4b0d49baa /net-misc/electron-cash | |
parent | net-mail/mailman: Retire virtual/python-dnspython (diff) | |
download | gentoo-260b2210a447d5648141cc75eeeb12f4999dbbcb.tar.gz gentoo-260b2210a447d5648141cc75eeeb12f4999dbbcb.tar.bz2 gentoo-260b2210a447d5648141cc75eeeb12f4999dbbcb.zip |
net-misc/electron-cash: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electron-cash')
-rw-r--r-- | net-misc/electron-cash/electron-cash-3.3.6.ebuild | 2 | ||||
-rw-r--r-- | net-misc/electron-cash/electron-cash-4.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/electron-cash/electron-cash-3.3.6.ebuild b/net-misc/electron-cash/electron-cash-3.3.6.ebuild index 7c1417f11660..ce2b8f67d146 100644 --- a/net-misc/electron-cash/electron-cash-3.3.6.ebuild +++ b/net-misc/electron-cash/electron-cash-3.3.6.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" " RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}] @@ -42,7 +43,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] diff --git a/net-misc/electron-cash/electron-cash-4.0.2.ebuild b/net-misc/electron-cash/electron-cash-4.0.2.ebuild index 3b33abcf4173..39e50d7d405e 100644 --- a/net-misc/electron-cash/electron-cash-4.0.2.ebuild +++ b/net-misc/electron-cash/electron-cash-4.0.2.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" " RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}] @@ -42,7 +43,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] |