We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ed15e commit 7da7793Copy full SHA for 7da7793
pythonforandroid/bootstrap.py
@@ -111,7 +111,7 @@ def run_distribute(self):
111
json.dump({'dist_name': self.ctx.dist_name,
112
'bootstrap': self.ctx.bootstrap.name,
113
'archs': [arch.arch for arch in self.ctx.archs],
114
- 'recipes': self.ctx.recipe_build_order},
+ 'recipes': self.ctx.recipe_build_order + self.ctx.python_modules},
115
fileh)
116
117
@classmethod
0 commit comments