Skip to content

Commit 4e40730

Browse files
authored
Update __init__.py
Update version, add cppy dependency.
1 parent 769e12b commit 4e40730

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythonforandroid/recipes/atom/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
class AtomRecipe(CppCompiledComponentsPythonRecipe):
55
site_packages_name = 'atom'
6-
version = '0.3.10'
7-
url = 'https://github.com/nucleic/atom/archive/master.zip'
6+
version = '0.11.0'
7+
url = 'https://github.com/nucleic/atom/archive/refs/tags/{version}.zip'
8+
hostpython_prerequisites = ['cppy']
89
depends = ['setuptools']
910

1011

0 commit comments

Comments
 (0)