diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz | |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index a41405f..acfc6e7 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -19,14 +19,14 @@ DEPENDS += " \ | |||
| 19 | 19 | ||
| 20 | inherit setuptools3 monitor rmargparse | 20 | inherit setuptools3 monitor rmargparse |
| 21 | 21 | ||
| 22 | FILES_${PN} += "${datadir}/${SRCNAME}" | 22 | FILES:${PN} += "${datadir}/${SRCNAME}" |
| 23 | 23 | ||
| 24 | # Satisfy setup.py 'setup_requires' | 24 | # Satisfy setup.py 'setup_requires' |
| 25 | DEPENDS += " \ | 25 | DEPENDS += " \ |
| 26 | python-pbr-native \ | 26 | python-pbr-native \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
| 30 | gmp \ | 30 | gmp \ |
| 31 | bash \ | 31 | bash \ |
| 32 | python-pbr \ | 32 | python-pbr \ |
