Skip to content
Snippets Groups Projects
Commit f7ee8d00 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1564 from adamjstewart/features/create

Suggest setuptools when creating Python package
parents 57033a62 df623dad
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,8 @@ def install(self, spec, prefix): ...@@ -120,7 +120,8 @@ def install(self, spec, prefix):
extends('python') extends('python')
# FIXME: Add additional dependencies if required. # 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': """\ 'R': """\
extends('R') extends('R')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment