diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py b/var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py index bc3e68d72f..a2544a2f05 100644 --- a/var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py +++ b/var/spack/repos/builtin/packages/py-ndg-httpsclient/package.py @@ -14,9 +14,9 @@ class PyNdgHttpsclient(PythonPackage): homepage = "https://github.com/cedadev/ndg_httpsclient/" pypi = "ndg_httpsclient/ndg_httpsclient-0.5.1.tar.gz" - version('0.5.1', sha256='d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210') + version("0.5.1", sha256="d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210") - depends_on('python@2.7:2.8,3.4:', type=('build', 'run')) - depends_on('py-setuptools', type='build') - depends_on('py-pyopenssl', type=('build', 'run')) - depends_on('py-pyasn1@0.1.1:', type=('build', 'run')) + depends_on("python@2.7:2.8,3.4:", type=("build", "run")) + depends_on("py-setuptools", type="build") + depends_on("py-pyopenssl", type=("build", "run")) + depends_on("py-pyasn1@0.1.1:", type=("build", "run")) |