Skip to content

Commit f21b241

Browse files
committed
call zip w/ --no-extra
1 parent caec74c commit f21b241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/python3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def create_python_bundle(self, dirn, arch):
393393
for filen in stdlib_filens:
394394
utime(filen, (timestamp, timestamp))
395395
info("Zip {} files into the bundle".format(len(stdlib_filens)))
396-
shprint(sh.zip, stdlib_zip, *stdlib_filens)
396+
shprint(sh.zip, '--no-extra', stdlib_zip, *stdlib_filens)
397397

398398
# copy the site-packages into place
399399
ensure_dir(join(dirn, 'site-packages'))

0 commit comments

Comments
 (0)