8000 Fix buildozer command for substituting deps (#596) · axivion/rules_python@e9c8a33 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9c8a33

Browse files
authored
Fix buildozer command for substituting deps (bazel-contrib#596)
1 parent b842276 commit e9c8a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ update `name` from "old" to "new", then you can run the following
189189
buildozer command:
190190

191191
```
192-
buildozer 'substitute deps @old_([^/]+)//:pkg @new_${1}//:pkg' //...
192+
buildozer 'substitute deps @old_([^/]+)//:pkg @new_${1}//:pkg' //...:*
193193
```
194194

195195
For `pip_install` the labels are instead of the form

0 commit comments

Comments
 (0)
0