From 9f20e83d6cb2c0937e62d5971e7e4d3586c700e9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Jan 2020 11:24:34 +0800 Subject: python-django-appconf: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-django-appconf.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-appconf.inc (limited to 'meta-openstack/recipes-devtools/python/python-django-appconf.inc') diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf.inc b/meta-openstack/recipes-devtools/python/python-django-appconf.inc new file mode 100644 index 0000000..00f2e3e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-appconf.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "A helper class for handling configuration defaults of packaged apps gracefully." +HOMEPAGE = "http://django-appconf.readthedocs.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3f34b9b2f6413fd5f91869fa7e992457" + +SRC_URI[md5sum] = "29c87a00f0d098b90f3ac6113ae6e52d" +SRC_URI[sha256sum] = "ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60" + +inherit pypi + +#RDEPENDS_${PN} += "${PYTHON_PN}-six \ +# " -- cgit v1.2.3-54-g00ecf