summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py b/var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py
index 0e842d1596..eeb96ffa8b 100644
--- a/var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py
+++ b/var/spack/repos/builtin/packages/py-sphinx-autodoc-typehints/package.py
@@ -15,11 +15,6 @@ class PySphinxAutodocTypehints(PythonPackage):
version('1.12.0', sha256='193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52')
depends_on('python@3.6:', type=('build', 'run'))
- depends_on('py-setuptools@36.2.7:', type='build')
- depends_on('py-setuptools-scm@1.7.0:', type='build')
- depends_on('py-sphinx@3.2.0:', type='build')
- depends_on('py-dataclasses', type=('test', 'run'), when='^python@:3.6')
- depends_on('py-pytest@3.1.0:', type=('test', 'run'))
- depends_on('py-sphobjinv@2.0:', type=('test', 'run'))
- depends_on('py-typing-extensions@3.5:', type=('test', 'run'))
- depends_on('py-typed-ast', type=('test', 'run'))
+ depends_on('py-setuptools@40.0.4:', type='build')
+ depends_on('py-setuptools-scm@2.0.0:', type='build')
+ depends_on('py-sphinx@3:', type=('build', 'run'))