diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:49 +0200 |
commit | 5beaa80591b12c1477098fc817cda11f88b914f1 (patch) | |
tree | a7444d82379d486c3c00dd05516a779ebf9790f2 /net-analyzer/namebench | |
parent | net-analyzer/linkchecker: Retire virtual/python-dnspython (diff) | |
download | gentoo-5beaa80591b12c1477098fc817cda11f88b914f1.tar.gz gentoo-5beaa80591b12c1477098fc817cda11f88b914f1.tar.bz2 gentoo-5beaa80591b12c1477098fc817cda11f88b914f1.zip |
net-analyzer/namebench: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/namebench')
-rw-r--r-- | net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild index 147f06b12436..880c4fc0f9a3 100644 --- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild +++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild @@ -19,11 +19,11 @@ IUSE="X" # PYTHON_REQ_USE does not support X? ( tk ) syntax yet DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )" RDEPEND="${DEPEND} + dev-python/dnspython[${PYTHON_USEDEP}] >=dev-python/httplib2-0.6[${PYTHON_USEDEP}] >=dev-python/graphy-1.0[${PYTHON_USEDEP}] >=dev-python/jinja-2.2.1[${PYTHON_USEDEP}] >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] " python_prepare_all() { |