Skip to content

Commit

Permalink
Remove pytz recipe, as it's not needed anymore (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Jun 10, 2023
1 parent 37cb53e commit da9a194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ class PandasRecipe(CppCompiledComponentsPythonRecipe):
version = '1.0.3'
url = 'https://github.com/pandas-dev/pandas/releases/download/v{version}/pandas-{version}.tar.gz' # noqa

depends = ['cython', 'numpy', 'pytz', 'libbz2', 'liblzma']
depends = ['cython', 'numpy', 'libbz2', 'liblzma']

python_depends = ['python-dateutil']
python_depends = ['python-dateutil', 'pytz']
patches = ['fix_numpy_includes.patch']

call_hostpython_via_targetpython = False
Expand Down
15 changes: 0 additions & 15 deletions pythonforandroid/recipes/pytz/__init__.py

This file was deleted.

0 comments on commit da9a194

Please sign in to comment.