diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index e0c81db..783dca9 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -11,13 +11,14 @@ SRC_URI = "\ | |||
| 11 | git://github.com/openstack/python-keystoneclient.git;branch=master \ | 11 | git://github.com/openstack/python-keystoneclient.git;branch=master \ |
| 12 | file://fix_keystoneclient_memory_leak.patch \ | 12 | file://fix_keystoneclient_memory_leak.patch \ |
| 13 | file://keystoneclient-fix-test-path-to-example-certificates.patch \ | 13 | file://keystoneclient-fix-test-path-to-example-certificates.patch \ |
| 14 | file://keystone-api-check.sh \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | PV="0.10.1+git${SRCPV}" | 17 | PV="0.10.1+git${SRCPV}" |
| 17 | SRCREV="3305c7be4b726de4dcc889006d0be30eb46d3ad9" | 18 | SRCREV="3305c7be4b726de4dcc889006d0be30eb46d3ad9" |
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 19 | 20 | ||
| 20 | inherit setuptools | 21 | inherit setuptools monitor |
| 21 | 22 | ||
| 22 | FILES_${PN}-doc += "${datadir}/keystoneclient" | 23 | FILES_${PN}-doc += "${datadir}/keystoneclient" |
| 23 | 24 | ||
| @@ -54,3 +55,6 @@ RDEPENDS_${SRCNAME}-tests += " \ | |||
| 54 | python-httpretty \ | 55 | python-httpretty \ |
| 55 | " | 56 | " |
| 56 | 57 | ||
| 58 | MONITOR_CHECKS_${PN} += "\ | ||
| 59 | keystone-api-check.sh \ | ||
| 60 | " | ||
