Hello. I’m trying to use a Python dependency (grpc...
# general
r
Hello. I’m trying to use a Python dependency (grpcio) that requires its own build step, and I’d like to specify an environment variable to influence this build. Is this possible to do in Pants? I checked the
python_requirement
documentation, but don’t see any obvious way to influence the build for an individual dependency (or all dependencies, which would also work).