(ctx *gcp.Context, layer *libcnb.Layer)
| 92 | // sysconfigPatcher is an interface for patching python sysconfig. |
| 93 | type sysconfigPatcher interface { |
| 94 | PatchSysconfig(ctx *gcp.Context, layer *libcnb.Layer) error |
| 95 | } |
| 96 | |
| 97 | // PipInstallerCapability is the capability key for the PipInstaller. |
no outgoing calls
no test coverage detected