Skip to content

Commit

Permalink
py-python-dateutil: Version 2.7.0 acquired dependency on setuptools-s…
Browse files Browse the repository at this point in the history
…cm (spack#11795)
  • Loading branch information
neilflood authored and carsonwoods committed Jun 27, 2019
1 parent e30df01 commit 1a587f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class PyPythonDateutil(PythonPackage):

depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools@24.3:', type='build')
depends_on('py-setuptools-scm', type='build', when='@2.7.0:')
depends_on('py-six@1.5:', type=('build', 'run'))
# depends_on('py-pytest', type='test')
# depends_on('py-hypothesis', type='test')
Expand Down

0 comments on commit 1a587f3

Please sign in to comment.