dependencies: rm python-ecdsa
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
ecdsa>=0.14
|
|
||||||
qrcode
|
qrcode
|
||||||
protobuf>=3.12
|
protobuf>=3.12
|
||||||
qdarkstyle<2.9
|
qdarkstyle<2.9
|
||||||
|
|||||||
@@ -27,12 +27,6 @@ from . import TestCaseForTestnet
|
|||||||
from . import FAST_TESTS
|
from . import FAST_TESTS
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
import ecdsa
|
|
||||||
except ImportError:
|
|
||||||
sys.exit("Error: python-ecdsa does not seem to be installed. Try 'sudo python3 -m pip install ecdsa'")
|
|
||||||
|
|
||||||
|
|
||||||
def needs_test_with_all_aes_implementations(func):
|
def needs_test_with_all_aes_implementations(func):
|
||||||
"""Function decorator to run a unit test multiple times:
|
"""Function decorator to run a unit test multiple times:
|
||||||
once with each AES implementation.
|
once with each AES implementation.
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ def check_imports():
|
|||||||
# pure-python dependencies need to be imported here for pyinstaller
|
# pure-python dependencies need to be imported here for pyinstaller
|
||||||
try:
|
try:
|
||||||
import dns
|
import dns
|
||||||
import ecdsa
|
|
||||||
import certifi
|
import certifi
|
||||||
import qrcode
|
import qrcode
|
||||||
import google.protobuf
|
import google.protobuf
|
||||||
|
|||||||
Reference in New Issue
Block a user