py-wxpython: Version update to 4.1.1 (#24569)
This commit is contained in:
parent
c8868f1922
commit
59028aa0a5
@ -12,6 +12,7 @@ class PyWxpython(PythonPackage):
|
||||
homepage = "https://www.wxpython.org/"
|
||||
pypi = "wxPython/wxPython-4.0.6.tar.gz"
|
||||
|
||||
version('4.1.1', sha256='00e5e3180ac7f2852f342ad341d57c44e7e4326de0b550b9a5c4a8361b6c3528')
|
||||
version('4.0.6', sha256='35cc8ae9dd5246e2c9861bb796026bbcb9fb083e4d49650f776622171ecdab37')
|
||||
|
||||
depends_on('wxwidgets')
|
||||
@ -21,6 +22,6 @@ class PyWxpython(PythonPackage):
|
||||
depends_on('py-pathlib2', type='build')
|
||||
|
||||
# Needed at runtime
|
||||
depends_on('py-numpy', type='run')
|
||||
depends_on('pil', type='run')
|
||||
depends_on('py-six', type='run')
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('pil', type=('build', 'run'))
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user