Skip to content

Commit

Permalink
[python] drop unnecessary dependency to pycrypto (#26611)
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 authored and pull[bot] committed Jun 16, 2023
1 parent 461afb1 commit 5d85896
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 5d85896

Please sign in to comment.