8000 Pep8 fix in kiwisolver recipe · suriyan/python-for-android@83c1fbf · GitHub
[go: up one dir, main page]

Skip to content

Commit 83c1fbf

Browse files
authored
Pep8 fix in kiwisolver recipe
1 parent 72d8095 commit 83c1fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/kiwisolver/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class KiwiSolverRecipe(CppCompiledComponentsPythonRecipe):
44
site_packages_name = 'kiwisolver'
55
version = '0.1.3'
66
url = 'https://github.com/nucleic/kiwi/archive/master.zip'
7-
depends = ['python2','setuptools']
7+
depends = ['python2', 'setuptools']
88

9-
recipe = KiwiSolverRecipe()
9+
recipe = KiwiSolverRecipe()

0 commit comments

Comments
 (0)
0