summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-isort/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-isort/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-isort/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-isort/package.py b/var/spack/repos/builtin/packages/py-isort/package.py
index 5ed04c3d4e..f641e5ae7b 100644
--- a/var/spack/repos/builtin/packages/py-isort/package.py
+++ b/var/spack/repos/builtin/packages/py-isort/package.py
@@ -22,7 +22,7 @@ class PyIsort(PythonPackage):
depends_on('python@3.6.1:3', type=('build', 'run'), when='@5:')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'), when='@4.3:')
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
- depends_on('py-setuptools', type=('build', 'run'))
+ depends_on('py-poetry-core@1:', type='build')
depends_on('py-futures', type=('build', 'run'), when='@4.3:4 ^python@:3.1')
depends_on('py-backports-functools-lru-cache', type=('build', 'run'), when='@4.3.10:4 ^python@:3.1')
depends_on('py-colorama@0.4.3:0.4', type=('build', 'run'), when='+colors')