python-pip: Update to 23.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 5e66a69433)
This commit is contained in:
Jeffery To
2023-07-17 13:50:00 +08:00
parent 92e4f64557
commit 162bb087e6
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-pip ] || exit 0
pip --version | grep -F "pip $PKG_VERSION "