Jackie Huang | 57fdea7 | 2020-04-23 11:29:15 +0800 | [diff] [blame^] | 1 | # |
| 2 | ## Copyright (C) 2019 Wind River Systems, Inc. |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | DESCRIPTION = "Authentication Library for OpenStack Identity" |
| 17 | HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" |
| 18 | SECTION = "devel/python" |
| 19 | LICENSE = "Apache-2.0" |
| 20 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" |
| 21 | |
| 22 | SRC_URI[md5sum] = "0864f3485db8709d1dec0c8fa6073a31" |
| 23 | SRC_URI[sha256sum] = "db91ccab5cc43dac4a25dc2c090642d7c31f9ceb28df2c685620d7c12335a8cd" |
| 24 | |
| 25 | inherit pypi |
| 26 | |
| 27 | DEPENDS += " \ |
| 28 | ${PYTHON_PN}-pbr \ |
| 29 | " |
| 30 | |
| 31 | # Satisfy setup.py 'setup_requires' |
| 32 | DEPENDS += " \ |
| 33 | ${PYTHON_PN}-pbr-native \ |
| 34 | " |
| 35 | |
| 36 | RDEPENDS_${PN} += " \ |
| 37 | ${PYTHON_PN}-pbr \ |
| 38 | ${PYTHON_PN}-iso8601 \ |
| 39 | ${PYTHON_PN}-requests \ |
| 40 | ${PYTHON_PN}-six \ |
| 41 | ${PYTHON_PN}-stevedore \ |
| 42 | python2-os-service-types \ |
| 43 | " |