summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-docutils/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-docutils/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-docutils/package.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-docutils/package.py b/var/spack/repos/builtin/packages/py-docutils/package.py
index 5d7e4190bd..524a85013b 100644
--- a/var/spack/repos/builtin/packages/py-docutils/package.py
+++ b/var/spack/repos/builtin/packages/py-docutils/package.py
@@ -29,10 +29,7 @@ class PyDocutils(PythonPackage):
depends_on('py-setuptools', when='@0.15:', type='build')
depends_on('python@2.7:2.8,3.5:', when='@0.16:', type=('build', 'run'))
depends_on('python@2.6:2.8,3.3:', when='@0.14:0.15', type=('build', 'run'))
- depends_on('python@2.4:3', when='@0.10:0.13', type=('build', 'run'))
- depends_on('python@2.2.1:3', when='@0.6:0.9', type=('build', 'run'))
- depends_on('python@2.2.1:2.8', when='@0.5.0:0.5', type=('build', 'run'))
- depends_on('python@2.1:2.8', when='@:0.4', type=('build', 'run'))
+ depends_on('python@2.4:3', when='@:0.13', type=('build', 'run'))
# NOTE: This creates symbolic links to be able to run docutils scripts
# without .py file extension similarly to various linux distributions to