myslice does not depend on manifold at build-time anymore
[build.git] / myslice.mk
1 ########## 
2 manifold-MODULES := manifold
3 manifold-SPEC := manifold.spec
4 ALL += manifold
5
6 myslice-MODULES := myslice
7 myslice-SPEC := myslice.spec
8 myslice-STOCK-DEVEL-RPMS := python-django
9 myslice-STOCK-DEVEL-DEBS := python-django python-django-south
10 # the -LOCAL-DEVEL-DEBS mechanism should work per se
11 # however manifold itself depends on sfa so it was starting to be a lot to swallow
12 # instead we have trimmed tweaked settings.py so it can be loaded in a build env.
13 #myslice-LOCAL-DEVEL-DEBS := manifold
14 ALL += myslice
15