diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb | 7 |
1 files changed, 6 insertions, 1 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Mock object framework" | 1 | DESCRIPTION = "Mock object framework" |
| 2 | HOMEPAGE = "http://code.google.com/p/pymox/" | 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| @@ -15,3 +15,8 @@ SRC_URI[sha256sum] = "424ee725ee12652802b4e86571f816059b0d392401ceae70bf6487d656 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| 17 | inherit distutils | 17 | inherit distutils |
| 18 | |||
| 19 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 20 | --prefix=${prefix} \ | ||
| 21 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 22 | --install-data=${datadir}" | ||
