From e77b0560bf1ccc5e35578e3eac619c60de8a4b08 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 6 Apr 2023 17:10:46 +0000 Subject: [PATCH] android: fix notifications by fixing "plyer" dependency upstreamed patch at https://github.com/kivy/plyer/pull/756 --- contrib/android/p4a_recipes/plyer/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/android/p4a_recipes/plyer/__init__.py b/contrib/android/p4a_recipes/plyer/__init__.py index 731dc22e8..491e00079 100644 --- a/contrib/android/p4a_recipes/plyer/__init__.py +++ b/contrib/android/p4a_recipes/plyer/__init__.py @@ -6,9 +6,8 @@ assert PythonRecipe.python_depends == [] class PlyerRecipePinned(PythonRecipe): - version = "2.0.0" - sha512sum = "8088eeb41aac753435ff5be9835be74d57a55cf557ad76cbad8026352647e554571fae6172754e39882ea7ef07cc1e97fac16556a4426456de99daebe5cd01cf" - url = "https://pypi.python.org/packages/source/p/plyer/plyer-{version}.tar.gz" + version = "5262087c85b2c82c69e702fe944069f1d8465fdf" + url = "git+https://github.com/SomberNight/plyer" depends = ["setuptools"]