summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-tomlkit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-tomlkit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-tomlkit/package.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-tomlkit/package.py b/var/spack/repos/builtin/packages/py-tomlkit/package.py
index 202240510a..67a694a059 100644
--- a/var/spack/repos/builtin/packages/py-tomlkit/package.py
+++ b/var/spack/repos/builtin/packages/py-tomlkit/package.py
@@ -15,9 +15,8 @@ class PyTomlkit(PythonPackage):
version('0.7.2', sha256='d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754')
version('0.7.0', sha256='ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618')
- depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
-
- depends_on('py-enum34@1.1:1', when='^python@:2', type=('build', 'run'))
- depends_on('py-functools32@3.2.3:3', when='^python@:2', type=('build', 'run'))
- depends_on('py-typing@3.6:3', when='^python@:3.4', type=('build', 'run'))
+ depends_on('python@2.7,3.5:', type=('build', 'run'))
+ depends_on('py-poetry-core@1:', type='build')
+ depends_on('py-enum34@1.1:1', when='^python@2.7', type=('build', 'run'))
+ depends_on('py-functools32@3.2.3:3', when='^python@2.7', type=('build', 'run'))
+ depends_on('py-typing@3.6:3', when='^python@2.7,3.4', type=('build', 'run'))