Replace pycrypto with pycryptodome (#581)

* replace pycrypto with pycryptodome

* replace all instances with pycryptodome
master
martinl 2020-08-05 22:58:43 +03:00 committed by GitHub
parent b88f96e72a
commit 32199b2e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo apt-get install gcc-arm-none-eabi python-pip
sudo pip install libusb1 pycrypto requests
sudo pip install libusb1 pycryptodome requests

View File

@ -4,4 +4,4 @@ sudo easy_install pip
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip install --user libusb1 pycrypto requests
pip install --user libusb1 pycryptodome requests

View File

@ -1,7 +1,7 @@
libusb1 == 1.6.6
numpy==1.17.2
hexdump>=3.3
pycrypto==2.6.1
pycryptodome==3.9.8
tqdm>=4.14.0
nose
parameterized

View File

@ -48,7 +48,7 @@ setup(
install_requires=[
'libusb1 == 1.6.6',
'hexdump >= 3.3',
'pycrypto >= 2.6.1',
'pycryptodome >= 3.9.8',
'tqdm >= 4.14.0',
'requests'
],

View File

@ -7,7 +7,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN pip3 install pycrypto==2.6.1
RUN pip3 install pycryptodome==3.9.8
# Build esp toolchain
RUN mkdir -p /panda/boardesp