Add extra version of py-pexpect (#15050)

* Add extra version of py-pexpect

* Update package.py

Update dependency version
This commit is contained in:
iarspider 2020-02-18 18:57:08 +01:00 committed by GitHub
parent 74018df678
commit 5b2d1a6a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,10 @@ class PyPexpect(PythonPackage):
homepage = "https://pypi.python.org/pypi/pexpect"
url = "https://pypi.io/packages/source/p/pexpect/pexpect-4.2.1.tar.gz"
version('4.7.0', sha256='9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb')
version('4.6.0', sha256='2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba')
version('4.2.1', sha256='3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92')
version('3.3', sha256='dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba')
depends_on('py-ptyprocess', type=('build', 'run'))
depends_on('py-ptyprocess@0.5:', type=('build', 'run'), when='@4.7.0:')