Declare py-beautifulsoup4's dependency on py-setuptools (#1748)
This commit is contained in:
parent
48c87da07b
commit
682ac5194e
1 changed files with 2 additions and 0 deletions
|
@ -37,5 +37,7 @@ class PyBeautifulsoup4(Package):
|
|||
|
||||
extends('python')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
python('setup.py', 'install', '--prefix={0}'.format(prefix))
|
||||
|
|
Loading…
Reference in a new issue