summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomoyasu Nojiri <68096132+t-nojiri@users.noreply.github.com>2021-02-04 02:00:45 +0900
committerGitHub <noreply@github.com>2021-02-03 11:00:45 -0600
commit54763a16f43484bac4b0e15541a7346b84ceddbd (patch)
tree637d364a5515493a2e283e8d96ae35496ff29c3e
parent95fcd9ac135a75448d169730d6ff14f180b5083e (diff)
downloadspack-54763a16f43484bac4b0e15541a7346b84ceddbd.tar.gz
spack-54763a16f43484bac4b0e15541a7346b84ceddbd.tar.bz2
spack-54763a16f43484bac4b0e15541a7346b84ceddbd.tar.xz
spack-54763a16f43484bac4b0e15541a7346b84ceddbd.zip
py-dulwich: Fix python depend (#21461)
-rw-r--r--var/spack/repos/builtin/packages/py-dulwich/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-dulwich/package.py b/var/spack/repos/builtin/packages/py-dulwich/package.py
index 0a450530b9..b0dca56e9e 100644
--- a/var/spack/repos/builtin/packages/py-dulwich/package.py
+++ b/var/spack/repos/builtin/packages/py-dulwich/package.py
@@ -18,7 +18,7 @@ class PyDulwich(PythonPackage):
version('0.20.15', sha256='fb1773373ec2af896031f8312af6962a1b8b0176a2de3fb3d84a84ec04498888')
version('0.20.14', sha256='21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')
- depends_on('python@3.5', type=('build', 'run'))
+ depends_on('python@3.5.0:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-certifi', type=('build', 'run'))
depends_on('py-urllib3@1.24.1:', type=('build', 'run'))