python-setuptools: Update to 68.2.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit c12e4e873d)
This commit is contained in:
Jeffery To
2023-09-26 00:38:11 +08:00
committed by Tianling Shen
parent 4ed41a0cbe
commit 191d367d1b
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-setuptools ] || exit 0
python3 -c 'from setuptools import setup'