Skip to content

Commit

Permalink
[python] drop unnecessary dependency to pycrypto
Browse files Browse the repository at this point in the history
PR #21567 introduced an unnecessary dependency to pycrypto. From PyPI it
seems that pycrypto is largely unmaintained, and I did not found a use
in the Python bindings or in the Python test.

Also drop the comment about cryptography and ecdsa usage as the library
is meanwhile used in the core CHIP Python libraries.
  • Loading branch information
agners committed May 16, 2023
1 parent b4fb147 commit e49bb0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@ chip_python_wheel_action("chip-core") {
"ipdb",
"deprecation",
"mobly",

# Crypto libraries for complex tests and internal Python controller usage
"cryptography",
"pycrypto",
"ecdsa",
]

Expand Down

0 comments on commit e49bb0e

Please sign in to comment.