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
I'm curious if conditional SBOM files specified in the source tree will be necessary. My suspicion arises from projects having different dependencies depending on platform/version/something else.
Because this condition is builder-side, not installer-side, the condition will need to be based on something like platform/python/abi tags of the platform being built for?
The text was updated successfully, but these errors were encountered:
I'm curious if conditional SBOM files specified in the source tree will be necessary. My suspicion arises from projects having different dependencies depending on platform/version/something else.
this, and they have actually different wheels per platform and python-interpreter.
therefore, each of these wheels would have the appropriate SBOM in it.
For source-distribution this is not the case, this one might have all possible deps or maybe even none ... the actual dependencies are unclear unless the source is actually built...
I'm curious if conditional SBOM files specified in the source tree will be necessary. My suspicion arises from projects having different dependencies depending on platform/version/something else.
Because this condition is builder-side, not installer-side, the condition will need to be based on something like platform/python/abi tags of the platform being built for?
The text was updated successfully, but these errors were encountered: