correct ipython dependency (#3332)
* correct ipython dependency * needed to introduce a github download for py-jedi * corrected dependencies * restrict appnope dependency to darwin>10.8 * flake8 fix
This commit is contained in:

committed by
Adam J. Stewart

parent
16c08fb5b3
commit
1e6871add1
@@ -31,6 +31,9 @@ class PyJedi(PythonPackage):
|
||||
homepage = "https://github.com/davidhalter/jedi"
|
||||
url = "https://pypi.io/packages/source/j/jedi/jedi-0.9.0.tar.gz"
|
||||
|
||||
# unfortunately pypi.io only offers a .whl
|
||||
version('0.10.0', '89ed853d4a283bfa0fdbcf688b4d35fe',
|
||||
url='https://github.com/davidhalter/jedi/archive/v0.10.0.tar.gz')
|
||||
version('0.9.0', '2fee93d273622527ef8c97ac736e92bd')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
Reference in New Issue
Block a user