Suggest setuptools when creating Python package
This commit is contained in:
parent
c8dd1bb40b
commit
df623dad15
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue