From 000d2844fd93d8c35fc74d22588291e7c7d742fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 18 Oct 2021 17:19:22 -0500 Subject: change pycryptodomex to pycryptodome --- pyinst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyinst.py') diff --git a/pyinst.py b/pyinst.py index ed410e0f2..013441c0e 100644 --- a/pyinst.py +++ b/pyinst.py @@ -79,7 +79,7 @@ def pycryptodome_module(): try: import Crypto # noqa: F401 print('WARNING: Using Crypto since Cryptodome is not available. ' - 'Install with: pip install pycryptodomex', file=sys.stderr) + 'Install with: pip install pycryptodome', file=sys.stderr) return 'Crypto' except ImportError: pass -- cgit v1.2.3