diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 5 insertions, 3 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 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb index 28b6258..8c5c4d6 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | inherit setuptools pypi | 1 | inherit setuptools |
| 2 | require python-kombu.inc | 2 | require python-kombu.inc |
| 3 | 3 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb index fc752d9..11b0826 100644 --- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | inherit setuptools3 pypi | 1 | inherit setuptools3 |
| 2 | require python-kombu.inc | 2 | require python-kombu.inc |
