From 13d66b22f42635fcaaacdf7bf08f09a00d8306db Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 10 Dec 2020 23:02:18 +1000 Subject: [PATCH] remove unwanted leading '/' in wheel records --- pylib/anki/BUILD.bazel | 2 +- qt/aqt/BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylib/anki/BUILD.bazel b/pylib/anki/BUILD.bazel index 1d03fa067..f27719c66 100644 --- a/pylib/anki/BUILD.bazel +++ b/pylib/anki/BUILD.bazel @@ -121,7 +121,7 @@ py_wheel( 'distro; sys_platform != "darwin" and sys_platform != "win32"', ], strip_path_prefixes = [ - "pylib", + "pylib/", ], version = anki_version, visibility = ["//visibility:public"], diff --git a/qt/aqt/BUILD.bazel b/qt/aqt/BUILD.bazel index 8eca8d39e..1d3347880 100644 --- a/qt/aqt/BUILD.bazel +++ b/qt/aqt/BUILD.bazel @@ -111,7 +111,7 @@ py_wheel( "anki==" + anki_version, ], strip_path_prefixes = [ - "qt", + "qt/", ], version = anki_version, visibility = ["//visibility:public"],