aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-setuptools/test.sh
blob: bc35600c6985ece10f8603443228df9dd7ba21d6 (plain)
1
2
3
4
5
#!/bin/sh

[ "$1" = python3-setuptools ] || exit 0

python3 -c 'from setuptools import setup'