summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-26 08:21:13 +0000
committerSam James <sam@gentoo.org>2021-11-26 08:21:19 +0000
commit64efd45fb380852db674919f647a55b11aac9af0 (patch)
tree4744b345084f6c33e6e2f5eb1d7ad9eca2313e56 /dev-python/cryptography
parentdev-ruby/unindent: cleanup (diff)
downloadgentoo-64efd45fb380852db674919f647a55b11aac9af0.tar.gz
gentoo-64efd45fb380852db674919f647a55b11aac9af0.tar.bz2
gentoo-64efd45fb380852db674919f647a55b11aac9af0.zip
dev-python/cryptography: fix MisplacedEclassVar
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r--dev-python/cryptography/cryptography-36.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cryptography/cryptography-36.0.0.ebuild b/dev-python/cryptography/cryptography-36.0.0.ebuild
index 7c14199e3e52..67cf4915f191 100644
--- a/dev-python/cryptography/cryptography-36.0.0.ebuild
+++ b/dev-python/cryptography/cryptography-36.0.0.ebuild
@@ -7,8 +7,6 @@ CARGO_OPTIONAL=yes
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
-inherit cargo distutils-r1 multiprocessing
-
CRATES="
Inflector-0.11.4
aliasable-0.1.3
@@ -59,6 +57,8 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
+inherit cargo distutils-r1 multiprocessing
+
VEC_P=cryptography_vectors-$(ver_cut 1-3)
DESCRIPTION="Library providing cryptographic recipes and primitives"
HOMEPAGE="https://github.com/pyca/cryptography/ https://pypi.org/project/cryptography/"