From 1cc33875814296935b5db7cafb1e02a5cc4e13b8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 11 Dec 2013 14:06:24 -0500 Subject: python-mox: introduce Mock object framework Many python-nose tests require mox and stubout, so we introduce the python-mox to meet the demand. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb b/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb index 88b3cac..2c665c6 100644 --- a/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb +++ b/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Mock object framework" -HOMEPAGE = "http://code.google.com/p/pymox/" +HOMEPAGE = "https://github.com/dreamhost/cliff" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" @@ -15,3 +15,8 @@ SRC_URI[sha256sum] = "424ee725ee12652802b4e86571f816059b0d392401ceae70bf6487d656 S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf