diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-15 09:55:48 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-29 10:23:22 -0400 |
| commit | 8a3f6fb4a670e0c902af78882d9d8839c91e9e4e (patch) | |
| tree | 31b36df8fdbc669765d1e4239d130373c4fdfc78 /meta-openstack/recipes-devtools/python | |
| parent | 20426b0104f7ca3bdeac31091a3c6e53135e9f96 (diff) | |
| download | meta-cloud-services-8a3f6fb4a670e0c902af78882d9d8839c91e9e4e.tar.gz | |
python-sqlalchemy-migrate: Fix build error as following:
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb index 715d2cd..f66476f 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | |||
| @@ -11,6 +11,11 @@ SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece7461 | |||
| 11 | 11 | ||
| 12 | inherit setuptools | 12 | inherit setuptools |
| 13 | 13 | ||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 14 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS_${PN} += " \ |
| 15 | python-pbr \ | 20 | python-pbr \ |
| 16 | python-sqlalchemy \ | 21 | python-sqlalchemy \ |
| @@ -19,4 +24,4 @@ RDEPENDS_${PN} += " \ | |||
| 19 | python-sqlparse \ | 24 | python-sqlparse \ |
| 20 | python-tempita \ | 25 | python-tempita \ |
| 21 | " | 26 | " |
| 22 | \ No newline at end of file | 27 | |
