From d16d4acc6059d05d94a4e319b801ce0272f17dd9 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 15 Sep 2017 13:13:00 +0200 Subject: python3-docker-compose: add version 1.16.1 + dependencies This requires some packages as well as the pypi.bbclass from meta-python. It uses Python 3 as I don't think it makes sense to use Python 2 anymore. Signed-off-by: Pascal Bach Signed-off-by: Bruce Ashfield --- .../python3-docker-compose_1.16.1.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb') diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb b/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb new file mode 100644 index 00000000..50e76b7e --- /dev/null +++ b/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb @@ -0,0 +1,31 @@ +SUMMARY = "Multi-container orchestration for Docker" +HOMEPAGE = "https://www.docker.com/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8" + +SRC_URI += "file://0001-Allow-newer-versions-of-requests.patch" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "8dcadf09143600fcb573b43f446c8f9a" +SRC_URI[sha256sum] = "fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf" + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-cached-property \ + ${PYTHON_PN}-certifi \ + ${PYTHON_PN}-chardet \ + ${PYTHON_PN}-colorama \ + ${PYTHON_PN}-docker \ + ${PYTHON_PN}-docker-pycreds \ + ${PYTHON_PN}-dockerpty \ + ${PYTHON_PN}-docopt \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-idna \ + ${PYTHON_PN}-jsonschema \ + ${PYTHON_PN}-pyyaml \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-texttable \ + ${PYTHON_PN}-urllib3 \ + ${PYTHON_PN}-websocket-client \ + " -- cgit v1.2.3-54-g00ecf