We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e40730 commit b1acbedCopy full SHA for b1acbed
pythonforandroid/recipes/enaml/__init__.py
@@ -3,9 +3,8 @@
3
4
class EnamlRecipe(CppCompiledComponentsPythonRecipe):
5
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
+ version = '0.18.0'
+ url = 'https://github.com/nucleic/enaml/archive/refs/tags/{version}.zip'
9
depends = ['setuptools', 'atom', 'kiwisolver']
10
11
0 commit comments