We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a6024 commit 9cafea2Copy full SHA for 9cafea2
pythonforandroid/recipes/sympy/__init__.py
@@ -1,16 +1,16 @@
1
2
-from pythonforandroid.toolchain import PythonRecipe
+from pythonforandroid.recipe import PythonRecipe
3
4
5
class SympyRecipe(PythonRecipe):
6
version = '1.1.1'
7
url = 'https://github.com/sympy/sympy/releases/download/sympy-{version}/sympy-{version}.tar.gz'
8
9
- # depends = [('python2', 'python3crystax'), 'setuptools']
10
depends = [('python2', 'python3crystax'), 'mpmath']
11
12
call_hostpython_via_targetpython = True
13
14
patches = ['fix_timeutils.patch', 'fix_pretty_print.patch']
15
+
16
recipe = SympyRecipe()
0 commit comments