File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ patches-dir = "tools/automation/vendoring/patches"
30
30
[tool .vendoring .transformations ]
31
31
substitute = [
32
32
# pkg_resource's vendored packages are directly vendored in pip.
33
- { match =' pkg_resources\.extern' , replace =' pip._vendor' },
34
- { match =' from \.extern' , replace =' from pip._vendor' },
33
+ { match =' pkg_resources\.extern' , replace =" pip._vendor" },
34
+ { match =' from \.extern' , replace =" from pip._vendor" },
35
35
]
36
36
drop = [
37
37
# contains unnecessary scripts
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ basepython = python3.8
52
52
skip_install = True
53
53
commands_pre =
54
54
deps =
55
- vendoring == 0.2.2
55
+ vendoring == 0.2.2
56
56
# Required, otherwise we interpret --no-binary :all: as
57
57
# "do not build wheels", which fails for PEP 517 requirements
58
58
pip>=19.3.1
You can’t perform that action at this time.
0 commit comments