-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Problem
The PARAMIKO_REPLACE environment variable trick to install paramiko as a dependency instead of paramiko-ng does not work for package managers that are not pip, for example pipx, poetry, uv, etc. This is because even in the --no-binary case, these package managers do not evaluate the project's setup.py, but instead use the metadata file published to the registry.
Because of ploxiln/paramiko-ng#130, we are unable to use paramiko-ng.
Solution
Is it possible to publish a second version of fab-classic that requires paramiko? That would allow users to do pip install fab-classic-paramiko (for example) to install a version that requires paramiko instead of paramiko-ng
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels