Update var/spack/repos/builtin/packages/py-paramiko/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
b527e43615
commit
4a6676c441
@ -25,4 +25,5 @@ class PyParamiko(PythonPackage):
|
||||
depends_on('py-pyasn1@0.1.7:', when='@:2.1', type=('build', 'run'))
|
||||
depends_on('py-pynacl@1.0.1:', when='@2.7:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-invoke@1.3:', when='@2.7:+invoke', type=('build', 'run'))
|
||||
depends_on('py-invoke@1.3:', when='+invoke', type=('build', 'run'))
|
||||
conflicts('+invoke', when='@2.1.2')
|
||||
|
Loading…
Reference in New Issue
Block a user