Skip to content
Snippets Groups Projects
Commit c546b754 authored by Glenn Johnson's avatar Glenn Johnson
Browse files

Add missing dependency on py-setuptools for

- py-dask
- py-decorator
parent 2b3a8a4a
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,7 @@ class PyDask(Package):
extends('python')
depends_on('py-setuptools')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
......@@ -9,5 +9,7 @@ class PyDecorator(Package):
extends('python')
depends_on('py-setuptools')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment