diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 13:58:10 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:13 -0400 |
| commit | 9e8f75966e5e0e9d7b399a571bdcad56a9ae1243 (patch) | |
| tree | 2e8cf694645583fa1cf19dbf5cad6f164d500b5a /meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | |
| parent | 9aee54286d7e25a174c18fcee63b4a08ef326bcf (diff) | |
| download | meta-cloud-services-9e8f75966e5e0e9d7b399a571bdcad56a9ae1243.tar.gz | |
python3-oslo.rootwrap: Change python to python3
Version updated to 6.1.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb deleted file mode 100644 index a7d2a22..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | DESCRIPTION = "Oslo Rootwrap" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PV = "5.9.0+git${SRCPV}" | ||
| 8 | SRCREV = "b7b63e2ecb50ba66a1f152ae6f71dd208326fbee" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.rootwrap" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | # RDEPENDS_default: | ||
| 30 | RDEPENDS_${PN} += " \ | ||
| 31 | python-pbr \ | ||
| 32 | python-six \ | ||
| 33 | " | ||
