blob: ce1c0fd755878a53ee3b3d292724689ebcd9c48a [file] [log] [blame]
Jackie Huang57fdea72020-04-23 11:29:15 +08001#
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
16DESCRIPTION = "Authentication Library for OpenStack Identity"
17HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1"
18SECTION = "devel/python"
19LICENSE = "Apache-2.0"
20LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
21
22SRC_URI[md5sum] = "0864f3485db8709d1dec0c8fa6073a31"
23SRC_URI[sha256sum] = "db91ccab5cc43dac4a25dc2c090642d7c31f9ceb28df2c685620d7c12335a8cd"
24
25inherit pypi
26
27DEPENDS += " \
28 ${PYTHON_PN}-pbr \
29 "
30
31# Satisfy setup.py 'setup_requires'
32DEPENDS += " \
33 ${PYTHON_PN}-pbr-native \
34 "
35
36RDEPENDS_${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 "