summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristoph Conrads <22275833+christoph-conrads@users.noreply.github.com>2021-08-20 14:07:44 +0200
committerGitHub <noreply@github.com>2021-08-20 14:07:44 +0200
commiteb5061d54c63f534d3666598ac9d7ce0c0eafc6a (patch)
treeb5212fac43163b5a15deed1da41d554cd3032f07 /var
parentb124fbb0c8f501f5cc186c970f8c184385df7f80 (diff)
downloadspack-eb5061d54c63f534d3666598ac9d7ce0c0eafc6a.tar.gz
spack-eb5061d54c63f534d3666598ac9d7ce0c0eafc6a.tar.bz2
spack-eb5061d54c63f534d3666598ac9d7ce0c0eafc6a.tar.xz
spack-eb5061d54c63f534d3666598ac9d7ce0c0eafc6a.zip
mercurial: complete spec of Python dependency (#25506)
The list of required Python standard library components can be found in the Mercurial wiki, "Supported Python Versions": https://www.mercurial-scm.org/wiki/SupportedPythonVersions
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mercurial/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/mercurial/package.py b/var/spack/repos/builtin/packages/mercurial/package.py
index 2cee858c2e..2041f79eef 100644
--- a/var/spack/repos/builtin/packages/mercurial/package.py
+++ b/var/spack/repos/builtin/packages/mercurial/package.py
@@ -31,8 +31,8 @@ class Mercurial(PythonPackage):
version('3.8.2', sha256='cb78b16956140625266a8a6d1fadc7c868969d994086e1ec60279a66bf20bffd')
version('3.8.1', sha256='face1f058de5530b56b0dfd3b4d0b23d89590c588605c06f3d18b79e8c30d594')
- depends_on('python@2.6:2.8', when='@:4.2.99', type=('build', 'run'))
- depends_on('python@2.7:2.8,3.5.3:3.5.999,3.6.2:', when='@4.3:', type=('build', 'run'))
+ depends_on('python+bz2+ssl+zlib@2.6:2.8', when='@:4.2.99', type=('build', 'run'))
+ depends_on('python+bz2+ssl+zlib@2.7:2.8,3.5.3:3.5.999,3.6.2:', when='@4.3:', type=('build', 'run'))
depends_on('py-setuptools', when='@3.6:', type='build')
depends_on('py-docutils', type='build')
depends_on('py-pygments', type=('build', 'run'))