Skip to content

Commit da9a194

Browse files
authored
Remove pytz recipe, as it's not needed anymore (kivy#2830)
1 parent 37cb53e commit da9a194

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

pythonforandroid/recipes/pandas/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ class PandasRecipe(CppCompiledComponentsPythonRecipe):
77
version = '1.0.3'
88
url = 'https://github.com/pandas-dev/pandas/releases/download/v{version}/pandas-{version}.tar.gz' # noqa
99

10-
depends = ['cython', 'numpy', 'pytz', 'libbz2', 'liblzma']
10+
depends = ['cython', 'numpy', 'libbz2', 'liblzma']
1111

12-
python_depends = ['python-dateutil']
12+
python_depends = ['python-dateutil', 'pytz']
1313
patches = ['fix_numpy_includes.patch']
1414

1515
call_hostpython_via_targetpython = False

pythonforandroid/recipes/pytz/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)