diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-30 07:39:44 +0200 |
commit | f0f84cd31436b25dc05aae6bcb127555379e2098 (patch) | |
tree | ecdaba74ae08c61f6cc2811e170d30201b32c6fb /dev-python/python-etcd | |
parent | dev-python/formencode: Retire virtual/python-dnspython (diff) | |
download | gentoo-f0f84cd31436b25dc05aae6bcb127555379e2098.tar.gz gentoo-f0f84cd31436b25dc05aae6bcb127555379e2098.tar.bz2 gentoo-f0f84cd31436b25dc05aae6bcb127555379e2098.zip |
dev-python/python-etcd: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-etcd')
-rw-r--r-- | dev-python/python-etcd/python-etcd-0.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5.ebuild index 899429718116..31aa61ab47fa 100644 --- a/dev-python/python-etcd/python-etcd-0.4.5.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.5.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=">=virtual/python-dnspython-2[${PYTHON_USEDEP}] +RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] >=dev-python/urllib3-1.7.1[${PYTHON_USEDEP}]" |