You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setuptools_rust has a runtime dependency on setuptools. However setup.cfg does not include setuptools as a requirement. While pip-based installations and virtual environments always have setuptools, other package managers do not necessarily install setuptools.
For example Fedora's RPM macros automatically create dependencies from package metadata. The auto-generate RPM package for setuptools-rust 0.11.6 is missing a runtime dependency on setuptools.
The text was updated successfully, but these errors were encountered:
tiran
added a commit
to tiran/setuptools-rust
that referenced
this issue
Jan 14, 2021
setuptools_rust has a runtime dependency on setuptools. Ensure that all
installations of setuptools_rust have a sufficiently recent version of
setuptools.
Fixes: PyO3#101
Signed-off-by: Christian Heimes <[email protected]>
setuptools_rust has a runtime dependency on setuptools. Ensure that all
installations of setuptools_rust have a sufficiently recent version of
setuptools.
Fixes: PyO3#101
Signed-off-by: Christian Heimes <[email protected]>
setuptools_rust has a runtime dependency on setuptools. However
setup.cfg
does not include setuptools as a requirement. While pip-based installations and virtual environments always have setuptools, other package managers do not necessarily install setuptools.For example Fedora's RPM macros automatically create dependencies from package metadata. The auto-generate RPM package for setuptools-rust 0.11.6 is missing a runtime dependency on setuptools.
The text was updated successfully, but these errors were encountered: