Skip to content

Commit

Permalink
CPython/Dragino: Revert "Use PyCryptodome instead of PyCrypto"
Browse files Browse the repository at this point in the history
This reverts commit a442228.

Apparently, the Dragino LoRaWAN library is not ready for PyCryptodome yet,
see also #108.
  • Loading branch information
amotl committed Oct 31, 2021
1 parent eb3a2db commit 7c79dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-sbc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gpiozero==1.5.1
rpi-piusv==0.1.0

# Required for LoRaWAN.
pycryptodome==3.10.1
pycrypto==2.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
'lorawan': [
# Required for LoRaWAN.
'pycryptodome==3.10.1',
'pycrypto==2.6.1',
],

# Victron Energy VE.Direct text protocol driver.
Expand Down

0 comments on commit 7c79dcd

Please sign in to comment.