From 73ad7f1e75da46537e30baa7154ff7fc0a1f569e Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 26 Aug 2019 13:45:50 +0800 Subject: python-kombu: Python3 version fix Specifies the major Python version being built using PYTHON_PN Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-kombu.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-kombu.inc') 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" SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156" SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b" +inherit pypi + FILES_${PN}-doc += "${datadir}/${SRCNAME}" RDEPENDS_${PN} = " \ - python-amqp \ + ${PYTHON_PN}-amqp \ " -- cgit v1.2.3-54-g00ecf