diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-troveclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 64ab166..9955f2e 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
| @@ -29,23 +29,23 @@ PACKAGES += " \ | |||
| 29 | ${SRCNAME}-bin \ | 29 | ${SRCNAME}-bin \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | PACKAGES_prepend = " \ | 32 | PACKAGES:prepend = " \ |
| 33 | ${SRCNAME}-tests \ | 33 | ${SRCNAME}-tests \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | FILES_${PN} = " \ | 36 | FILES:${PN} = " \ |
| 37 | ${libdir}/* \ | 37 | ${libdir}/* \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | FILES_${SRCNAME}-tests = " \ | 40 | FILES:${SRCNAME}-tests = " \ |
| 41 | ${libdir}/python*/site-packages/${SRCNAME}/tests/* \ | 41 | ${libdir}/python*/site-packages/${SRCNAME}/tests/* \ |
| 42 | " | 42 | " |
| 43 | 43 | ||
| 44 | ALLOW_EMPTY_${SRCNAME} = "1" | 44 | ALLOW_EMPTY:${SRCNAME} = "1" |
| 45 | FILES_${SRCNAME} = " \ | 45 | FILES:${SRCNAME} = " \ |
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | FILES_${SRCNAME}-bin = " \ | 48 | FILES:${SRCNAME}-bin = " \ |
| 49 | ${bindir}/* \ | 49 | ${bindir}/* \ |
| 50 | " | 50 | " |
| 51 | 51 | ||
| @@ -54,7 +54,7 @@ DEPENDS += " \ | |||
| 54 | python-pbr \ | 54 | python-pbr \ |
| 55 | " | 55 | " |
| 56 | 56 | ||
| 57 | RDEPENDS_${PN} += " \ | 57 | RDEPENDS:${PN} += " \ |
| 58 | python-pbr \ | 58 | python-pbr \ |
| 59 | python-prettytable \ | 59 | python-prettytable \ |
| 60 | python-requests \ | 60 | python-requests \ |
| @@ -65,9 +65,9 @@ RDEPENDS_${PN} += " \ | |||
| 65 | python-keystoneclient \ | 65 | python-keystoneclient \ |
| 66 | " | 66 | " |
| 67 | 67 | ||
| 68 | RDEPENDS_${SRCNAME}-tests += "python-mock" | 68 | RDEPENDS:${SRCNAME}-tests += "python-mock" |
| 69 | 69 | ||
| 70 | RDEPENDS_${SRCNAME} += " \ | 70 | RDEPENDS:${SRCNAME} += " \ |
| 71 | ${PN} \ | 71 | ${PN} \ |
| 72 | ${SRCNAME}-bin \ | 72 | ${SRCNAME}-bin \ |
| 73 | " | 73 | " |
| @@ -77,6 +77,6 @@ DEPENDS += " \ | |||
| 77 | python-pbr-native \ | 77 | python-pbr-native \ |
| 78 | " | 78 | " |
| 79 | 79 | ||
| 80 | RDEPENDS_${SRCNAME}-bin += " \ | 80 | RDEPENDS:${SRCNAME}-bin += " \ |
| 81 | ${PN} \ | 81 | ${PN} \ |
| 82 | " | 82 | " |
