Skip to content

Commit

Permalink
prelude/python: add docs for PythonLibraryInfo
Browse files Browse the repository at this point in the history
Reviewed By: IanChilds

Differential Revision: D68561834

fbshipit-source-id: a8d57b2f039f04e03d46afbed495bedcd33a8f0e
  • Loading branch information
zsol authored and facebook-github-bot committed Jan 24, 2025
1 parent f3b472a commit 0f0c4c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prelude/python/python.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ PythonLibraryManifestsTSet = transitive_set(

# Information about a python library and its dependencies.
PythonLibraryInfo = provider(fields = {
# Shared libraries coming from cxx_python_extension targets
"extension_shared_libraries": provider_field(SharedLibraryInfo),
# See the docs for PythonLibraryManifestsInterface
"manifests": provider_field(PythonLibraryManifestsTSet),
# Shared libraries coming from python_library and others
"shared_libraries": provider_field(SharedLibraryInfo),
})

Expand Down

0 comments on commit 0f0c4c5

Please sign in to comment.