Files
packages/lang/python/python-setuptools/test.sh
Jeffery To 191d367d1b python-setuptools: Update to 68.2.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit c12e4e873d)
2023-10-02 19:15:14 +08:00

6 lines
94 B
Bash

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