1--- 2name: "\U0001F41EBug report" 3about: Report a bug in rules_python 4--- 5<!-- 6 7Oh hi there! 8 9To expedite issue processing please search open and closed issues before submitting a new one. 10Existing issues often contain information about workarounds, resolution, or progress updates. 11 12--> 13 14 15# bug report 16 17### Affected Rule 18 19<!-- Can you pin-point one or more rules as the source of the bug? --> 20<!-- ✍️edit: --> The issue is caused by the rule: 21 22 23### Is this a regression? 24 25<!-- Did this behavior use to work in the previous version? --> 26<!-- ✍️--> Yes, the previous version in which this bug was not present was: .... 27 28 29### Description 30 31<!-- ✍️--> A clear and concise description of the problem... 32 33 34## Minimal Reproduction 35 36<!-- 37Please create and share minimal reproduction of the issue. For the purpose you can create a GitHub repository and share a link. Make sure you don't upload any confidential files. 38--> 39 40## Exception or Error 41 42<pre><code> 43<!-- If the issue is accompanied by an exception or an error, please share it below: --> 44<!-- ✍️--> 45 46</code></pre> 47 48 49## Your Environment 50 51**Operating System:** 52 53<pre> 54 <code> 55 56 </code> 57</pre> 58 59**Output of `bazel version`:** 60 61<pre> 62 <code> 63 64 </code> 65</pre> 66 67**Rules_python version:** 68 69<pre> 70 <code> 71 72 </code> 73</pre> 74 75**Anything else relevant?** 76 77