Skip to content

Commit 61ee55f

Browse files
authored
Merge pull request kivy#1958 from opacam/hotfix-regex
Fix and update regex's recipe
2 parents 5abb0ec + 2005508 commit 61ee55f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythonforandroid/recipes/regex/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
class RegexRecipe(CompiledComponentsPythonRecipe):
55
name = 'regex'
6-
version = '2017.07.28'
7-
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
6+
version = '2019.06.08'
7+
url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz' # noqa
88

99
depends = ['setuptools']
10+
call_hostpython_via_targetpython = False
1011

1112

1213
recipe = RegexRecipe()

0 commit comments

Comments
 (0)