diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-03-30 17:10:37 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-03-30 18:42:59 +0100 |
| commit | 54372d6d51f6f4b6ea431809439d55af0e81ec01 (patch) | |
| tree | a05a2105b08c3693e495a1b8fcbb325af681e19d /dev-python/cryptography/cryptography-2.4.2.ebuild | |
| parent | a39dff77060d395e359e236db2b915c4a05b4f32 (diff) | |
| download | gentoo-54372d6d51f6f4b6ea431809439d55af0e81ec01.tar.gz gentoo-54372d6d51f6f4b6ea431809439d55af0e81ec01.tar.bz2 gentoo-54372d6d51f6f4b6ea431809439d55af0e81ec01.zip | |
dev-python/cryptography: Use virtual/python-enum34
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography/cryptography-2.4.2.ebuild')
| -rw-r--r-- | dev-python/cryptography/cryptography-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cryptography/cryptography-2.4.2.ebuild b/dev-python/cryptography/cryptography-2.4.2.ebuild index 4af6a76f62db..d7f68b52d822 100644 --- a/dev-python/cryptography/cryptography-2.4.2.ebuild +++ b/dev-python/cryptography/cryptography-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,11 +32,11 @@ RDEPEND=" ) ) libressl? ( dev-libs/libressl:0= ) - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3}) >=dev-python/idna-2.1[${PYTHON_USEDEP}] >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] virtual/python-ipaddress[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} |
