Skip to content

Commit 9cafea2

Browse files
authored
Fixes import, linter and comments
1 parent e5a6024 commit 9cafea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
from pythonforandroid.toolchain import PythonRecipe
2+
from pythonforandroid.recipe import PythonRecipe
33

44

55
class SympyRecipe(PythonRecipe):
66
version = '1.1.1'
77
url = 'https://github.com/sympy/sympy/releases/download/sympy-{version}/sympy-{version}.tar.gz'
88

9-
# depends = [('python2', 'python3crystax'), 'setuptools']
109
depends = [('python2', 'python3crystax'), 'mpmath']
1110

1211
call_hostpython_via_targetpython = True
1312

1413
patches = ['fix_timeutils.patch', 'fix_pretty_print.patch']
1514

15+
1616
recipe = SympyRecipe()

0 commit comments

Comments
 (0)