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 7bf458f commit 5a937acCopy full SHA for 5a937ac
pythonforandroid/recipes/hostpython3/__init__.py
@@ -5,7 +5,6 @@
5
from os.path import join
6
7
from pythonforandroid.logger import shprint
8
-from pythonforandroid.patching import is_version_lt
9
from pythonforandroid.recipe import Recipe
10
from pythonforandroid.util import (
11
BuildInterruptingException,
@@ -45,9 +44,7 @@ class HostPython3Recipe(Recipe):
45
44
'''The default url to download our host python recipe. This url will
46
change depending on the python version set in attribute :attr:`version`.'''
47
48
- patches = (
49
- ('patches/pyconfig_detection.patch', is_version_lt("3.8.3")),
50
- )
+ patches = ['patches/pyconfig_detection.patch']
51
52
@property
53
def _exe_name(self):
0 commit comments