commit: b903cdb2af9ad23f8b30480013faf4f709b2e969
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:52:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:54:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b903cdb2
virtual/python-dnspython: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
virtual/python-dnspython/python-dnspython-1.ebuild | 1 -
virtual/python-dnspython/python-dnspython-2.ebuild | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-dnspython/python-dnspython-1.ebuild
b/virtual/python-dnspython/python-dnspython-1.ebuild
index 063bbe7ce66..6a16bf1905b 100644
--- a/virtual/python-dnspython/python-dnspython-1.ebuild
+++ b/virtual/python-dnspython/python-dnspython-1.ebuild
@@ -16,4 +16,3 @@ RDEPEND="${PYTHON_DEPS}
!dev-python/dnspython:0
$(python_gen_cond_dep 'dev-python/dnspython:py2[${PYTHON_USEDEP}]'
python2*)
$(python_gen_cond_dep 'dev-python/dnspython:py3[${PYTHON_USEDEP}]'
python3*)"
-DEPEND="!dev-python/dnspython:0"
diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild
b/virtual/python-dnspython/python-dnspython-2.ebuild
index 46ef51fed82..5a3494459d7 100644
--- a/virtual/python-dnspython/python-dnspython-2.ebuild
+++ b/virtual/python-dnspython/python-dnspython-2.ebuild
@@ -12,4 +12,5 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86
~amd64-linux ~x86-linux"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND=">=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"
+RDEPEND="${PYTHON_DEPS}
+ >=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"