-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cryptography 3.4 should not have an install_requires on setuptools_rust #5778
Comments
tiran
added a commit
to tiran/cryptography
that referenced
this issue
Feb 8, 2021
setuptools_rust is only required for building cryptography. Fixes: pyca#5778 Signed-off-by: Christian Heimes <cheimes@redhat.com>
Also hitting this issue when trying to pip install docker-compose in an alpine container |
alex
pushed a commit
that referenced
this issue
Feb 8, 2021
* Remove setuptools_rust from install requirement setuptools_rust is only required for building cryptography. Fixes: #5778 Signed-off-by: Christian Heimes <cheimes@redhat.com> * sdist needs setuptools_rust Signed-off-by: Christian Heimes <cheimes@redhat.com>
tiran
added a commit
to tiran/cryptography
that referenced
this issue
Feb 8, 2021
* Remove setuptools_rust from install requirement setuptools_rust is only required for building cryptography. Fixes: pyca#5778 Signed-off-by: Christian Heimes <cheimes@redhat.com> * sdist needs setuptools_rust Signed-off-by: Christian Heimes <cheimes@redhat.com>
reaperhulk
pushed a commit
that referenced
this issue
Feb 8, 2021
* Remove setuptools_rust from install requirement setuptools_rust is only required for building cryptography. Fixes: #5778 Signed-off-by: Christian Heimes <cheimes@redhat.com> * sdist needs setuptools_rust Signed-off-by: Christian Heimes <cheimes@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
setup.py
listssetuptools_rust
as setup and as installation dependency. cryptography only needssetuptools_rust
during setup. The additional dependency causes issues with Fedora's automatic dependency generator, see https://bugzilla.redhat.com/show_bug.cgi?id=1926181The text was updated successfully, but these errors were encountered: