lbuild vms now rely on NetworkManager
[build.git] / federation.mk
1 ########## 
2 #
3 # sfa - Slice Facility Architecture
4 #
5 sfa-MODULES := sfa
6 sfa-SPEC := sfa.spec
7 ALL += sfa
8
9 manifold-MODULES := manifold
10 manifold-SPEC := manifold.spec
11 ALL += manifold
12
13 myslice-MODULES := myslice
14 myslice-SPEC := myslice.spec
15 myslice-STOCK-DEVEL-RPMS := python-django
16 myslice-STOCK-DEVEL-DEBS := python-django python-django-south
17 # the -LOCAL-DEVEL-DEBS mechanism should work per se
18 # however manifold itself depends on sfa so it was starting to be a lot to swallow
19 # instead we have trimmed tweaked settings.py so it can be loaded in a build env.
20 #myslice-LOCAL-DEVEL-DEBS := manifold
21 ALL += myslice
22