aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index a7c1be85d..2744d3fce 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -97,7 +97,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