File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pythonforandroid/recipes/python3 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ class Python3Recipe(GuestPythonRecipe):
9
9
The python3's recipe
10
10
^^^^^^^^^^^^^^^^^^^^
11
11
12
- The python 3 recipe can be built with some extra python modules, but do so,
13
- we need some libraries. Per default, we ship the python3 recipe with some
14
- common libraries, defined at ``depends``.We also support some optional
15
- libraries, which are less common that the ones defined at ``depends``, so
12
+ The python 3 recipe can be built with some extra python modules, but to do
13
+ so, we need some libraries. By default, we ship the python3 recipe with
14
+ some common libraries, defined in ``depends``.We also support some optional
15
+ libraries, which are less common that the ones defined in ``depends``, so
16
16
we added them as optional dependencies (``opt_depends``).
17
17
18
18
Below you have a relationship between the python modules and the recipe
You can’t perform that action at this time.
0 commit comments