Installing PDM requires crypto libraries that also depend on Rust #426
-
I'm trying to usd PDM in my CI/CD process on Gitlab. It's using the Eventually it tries to install the cryptography library (is this required for PDM?), and this then fails stating that it depends on the Rust library. This feels like a very large overhead just to have a package manager. Is this intended or is something else happinging here? It's slowing down the CI/CD pipeline immensely. My CI/CD used to use just |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
cryptography
is a dependency ofkeyring
, which is used for this in PDM. Maybe this could be made optional.