fixed deps for python packages
This commit is contained in:
parent
44003449d5
commit
6e13d0985c
@ -9,6 +9,7 @@ class PyDateutil(Package):
|
|||||||
|
|
||||||
extends('python')
|
extends('python')
|
||||||
depends_on('py-setuptools')
|
depends_on('py-setuptools')
|
||||||
|
depends_on('py-six')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
python('setup.py', 'install', '--prefix=%s' % prefix)
|
||||||
|
@ -8,6 +8,7 @@ class PySix(Package):
|
|||||||
version('1.9.0', '476881ef4012262dfc8adc645ee786c4')
|
version('1.9.0', '476881ef4012262dfc8adc645ee786c4')
|
||||||
|
|
||||||
extends('python')
|
extends('python')
|
||||||
|
depends_on('py-setuptools')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
python('setup.py', 'install', '--prefix=%s' % prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user