Skip to content
Snippets Groups Projects
Commit df623dad authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Suggest setuptools when creating Python package

parent c8dd1bb4
Branches
Tags
No related merge requests found
......@@ -120,7 +120,8 @@ def install(self, spec, prefix):
extends('python')
# FIXME: Add additional dependencies if required.
# depends_on('py-foo', type=nolink)""",
# depends_on('py-setuptools', type='build')
# depends_on('py-foo', type=nolink)""",
'R': """\
extends('R')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment