python/testpath: Fix indent spacing

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-04 01:08:30 -07:00 committed by Willy Sudiarto Raharjo
parent 88ad29636e
commit 2d8322a364
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -84,9 +84,9 @@ find -L . \
cat << EOF > setup.py
from distutils.core import setup
setup(name='${PRGNAM}',
version='${VERSION}',
packages=['${PRGNAM}'],
package_data={'': ['*']})
version='${VERSION}',
packages=['${PRGNAM}'],
package_data={'': ['*']})
EOF
# With the shim, it's a good idea to use "unshare -n" to prevent downloading