Skip to content

Commit

Permalink
[libraries.python3.vm] Add pycryptodomex library
Browse files Browse the repository at this point in the history
Add `pycryptodomex` Python library, the new PyCryptodome. The old
PyCrypto and PyCryptodome can coexist, keep the old one for better
compatibility.
  • Loading branch information
Ana06 committed Jul 26, 2024
1 parent 5efa360 commit f708bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libraries.python3.vm/libraries.python3.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>libraries.python3.vm</id>
<version>0.0.0.20240425</version>
<version>0.0.0.20240726</version>
<description>Metapackage to install common Python libraries</description>
<authors>Several, check in pypi.org for every of the libraries</authors>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions packages/libraries.python3.vm/tools/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<module name="psutil"/>
<module name="pyasn1"/>
<module name="pycryptodome"/>
<module name="pycryptodomex"/>
<module name="pyftpdlib"/>
<module name="pyOpenSSL"/>
<module name="pyreadline3"/>
Expand Down

0 comments on commit f708bd7

Please sign in to comment.