Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit ff48509

Browse files
llliuyxfahhem
authored andcommitted
Bugfix, update rsa's library name (#102)
error: Could not find suitable distribution for Requirement.parse('python-rsa')
1 parent 21c6a7c commit ff48509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
try:
2020
import rsa
2121

22-
rsa_signer_library = 'python-rsa'
22+
rsa_signer_library = 'rsa'
2323
except ImportError:
2424
try:
2525
from Crypto.Hash import SHA256

0 commit comments

Comments
 (0)