remove unwanted leading '/' in wheel records

This commit is contained in:
Damien Elmes 2020-12-10 23:02:18 +10:00
parent fe4fda7039
commit 13d66b22f4
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ py_wheel(
'distro; sys_platform != "darwin" and sys_platform != "win32"', 'distro; sys_platform != "darwin" and sys_platform != "win32"',
], ],
strip_path_prefixes = [ strip_path_prefixes = [
"pylib", "pylib/",
], ],
version = anki_version, version = anki_version,
visibility = ["//visibility:public"], visibility = ["//visibility:public"],

View file

@ -111,7 +111,7 @@ py_wheel(
"anki==" + anki_version, "anki==" + anki_version,
], ],
strip_path_prefixes = [ strip_path_prefixes = [
"qt", "qt/",
], ],
version = anki_version, version = anki_version,
visibility = ["//visibility:public"], visibility = ["//visibility:public"],