diff options
author | David Seifert <soap@gentoo.org> | 2017-05-27 00:52:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-27 00:54:12 +0200 |
commit | b903cdb2af9ad23f8b30480013faf4f709b2e969 (patch) | |
tree | 58148fb6dc259d0a8d22f98f168d4df8180440d6 /virtual/python-dnspython | |
parent | sys-process/criu: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b903cdb2af9ad23f8b30480013faf4f709b2e969.tar.gz gentoo-b903cdb2af9ad23f8b30480013faf4f709b2e969.tar.bz2 gentoo-b903cdb2af9ad23f8b30480013faf4f709b2e969.zip |
virtual/python-dnspython: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/python-dnspython')
-rw-r--r-- | virtual/python-dnspython/python-dnspython-1.ebuild | 1 | ||||
-rw-r--r-- | 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 063bbe7ce66f..6a16bf1905bf 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 46ef51fed82a..5a3494459d70 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}]" |