diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2018-11-26 09:10:44 -0600 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-11-26 09:11:01 -0600 |
| commit | 76e7a21981368a77cbcdb198a91d63baebc1760e (patch) | |
| tree | 2f30266fc7c7534417b8ef89678b8e907a00f00c /dev-python/cryptography/cryptography-2.3.ebuild | |
| parent | c32c71cc6710d795e5a2fd1c860f944db4f98f7f (diff) | |
| download | gentoo-76e7a21981368a77cbcdb198a91d63baebc1760e.tar.gz gentoo-76e7a21981368a77cbcdb198a91d63baebc1760e.tar.bz2 gentoo-76e7a21981368a77cbcdb198a91d63baebc1760e.zip | |
dev-python/cryptography: add missing pycparser dep
Fixes: https://bugs.gentoo.org/671948
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/cryptography/cryptography-2.3.ebuild')
| -rw-r--r-- | dev-python/cryptography/cryptography-2.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild index ec123a175ee9..f858938c524b 100644 --- a/dev-python/cryptography/cryptography-2.3.ebuild +++ b/dev-python/cryptography/cryptography-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,6 +41,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] + dev-python/pycparser[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep '!~dev-python/cffi-1.11.3[${PYTHON_USEDEP}]' 'python*') test? ( |
