From a1ee463a672a42da76f867c8829e956a54634397 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 30 May 2014 12:49:57 -0400 Subject: django-nose: add recipe and dependencies for testing Horizon provides unit tests for testing its deployment in target environment. These tests make use of django-nose testing framework. This provides a recipe for building django-nose and adds a dependency from Horizon on this recipe. Signed-off-by: Keith Holman --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 02473c1..5a80e8c 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -11,6 +11,7 @@ DEPENDS += " \ DEPENDS_${PN} += "python-django \ python-django-compressor \ + python-django-nose \ python-django-openstack-auth \ python-netaddr \ python-cinderclient \ @@ -119,6 +120,7 @@ RDEP_ARCH_VAR_ia32 = "nodejs" RDEPENDS_${PN} += " python-django \ python-django-appconf \ python-django-compressor \ + python-django-nose \ python-django-openstack-auth \ python-netaddr \ python-ceilometerclient \ -- cgit v1.2.3-54-g00ecf