diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-26 13:45:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:16:17 -0400 |
| commit | 73ad7f1e75da46537e30baa7154ff7fc0a1f569e (patch) | |
| tree | a264fa1234762ad655eaf7ec5038c49c2fa8e998 /meta-openstack/recipes-devtools/python/python-kombu.inc | |
| parent | ad31672950a1094e891fb7fa3fc8e8b1e9979dc7 (diff) | |
| download | meta-cloud-services-73ad7f1e75da46537e30baa7154ff7fc0a1f569e.tar.gz | |
python-kombu: Python3 version fix
Specifies the major Python version being built using PYTHON_PN
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kombu.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc index 3053f71..9918281 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu.inc +++ b/meta-openstack/recipes-devtools/python/python-kombu.inc | |||
| @@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" | |||
| 7 | SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156" | 7 | SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156" |
| 8 | SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b" | 8 | SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b" |
| 9 | 9 | ||
| 10 | inherit pypi | ||
| 11 | |||
| 10 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" |
| 11 | 13 | ||
| 12 | RDEPENDS_${PN} = " \ | 14 | RDEPENDS_${PN} = " \ |
| 13 | python-amqp \ | 15 | ${PYTHON_PN}-amqp \ |
| 14 | " | 16 | " |
