-
-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
Description
🚀 feature request
Relevant Rules
pip_install
Description
I want to patch a python package after it is installed.
Describe the solution you'd like
Similar to patches argument in http_archive, I would like an extra argument in pip_install.
Describe alternatives you've considered
extra_pip_argsargument - I did not find a way to requestpipto patch a package- Forking upstream with my tiny patch - I am open to workarounds but this is my last resort
Potential problems
pycfiles will be invalidated
robin-wayve, svermeulen and rob-pomelo