commit:     64efd45fb380852db674919f647a55b11aac9af0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:21:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:21:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64efd45f

dev-python/cryptography: fix MisplacedEclassVar

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/cryptography/cryptography-36.0.0.ebuild | 4 ++--
 1 file 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/";

Reply via email to