Skip to content

Commit ae93673

Browse files
committed
Removed extra_dist_dirs passing to get_distributions
1 parent b9478f7 commit ae93673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def dist_from_args(ctx, args):
159159
ctx,
160160
name=args.dist_name,
161161
recipes=split_argument_list(args.requirements),
162-
extra_dist_dirs=split_argument_list(args.extra_dist_dirs),
163162
require_perfect_match=args.require_perfect_match)
164163

165164

0 commit comments

Comments
 (0)