mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove unwanted leading '/' in wheel records
This commit is contained in:
parent
fe4fda7039
commit
13d66b22f4
2 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||||
|
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue