Skip to content

Commit b1acbed

Browse files
authored
Update __init__.py
Update version, remove patch.
1 parent 4e40730 commit b1acbed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pythonforandroid/recipes/enaml/__init__.py

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

44
class EnamlRecipe(CppCompiledComponentsPythonRecipe):
55
site_packages_name = 'enaml'
6-
version = '0.9.8'
7-
url = 'https://github.com/nucleic/enaml/archive/{version}.zip'
8-
patches = ['0001-Update-setup.py.patch'] # Remove PyQt dependency
6+
version = '0.18.0'
7+
url = 'https://github.com/nucleic/enaml/archive/refs/tags/{version}.zip'
98
depends = ['setuptools', 'atom', 'kiwisolver']
109

1110

0 commit comments

Comments
 (0)