From: Thierry Parmentelat Date: Mon, 23 Sep 2013 10:31:05 +0000 (+0200) Subject: myslice requires django at build time X-Git-Tag: 5.3.1~38 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=84ac86eb95148c45864b8d9d59a75f3361254377 myslice requires django at build time --- diff --git a/lxc.mk b/lxc.mk index 17901b18..d007a92f 100644 --- a/lxc.mk +++ b/lxc.mk @@ -536,6 +536,7 @@ endif # don't build these by default, we have separate builds for that myslice-MODULES := myslice myslice-SPEC := myslice.spec +myslice-DEVEL-RPMS := python-django #ALL += myslice manifold-MODULES := manifold diff --git a/onelab.mk b/onelab.mk index 572acf3e..d17c6f83 100644 --- a/onelab.mk +++ b/onelab.mk @@ -592,6 +592,7 @@ endif # don't build these by default, we have separate builds for that myslice-MODULES := myslice myslice-SPEC := myslice.spec +myslice-DEVEL-RPMS := python-django #ALL += myslice manifold-MODULES := manifold