From: Mark Asselstine <[email protected]> A simple package providing the Roboto fontface.
This package is required by horizon. Signed-off-by: Mark Asselstine <[email protected]> --- .../python-xstatic-roboto-fontface_0.4.3.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb new file mode 100644 index 0000000..cba2389 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-roboto-fontface_0.4.3.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A simple package providing the Roboto fontface." +HOMEPAGE = "https://github.com/choffmeister/roboto-fontface-bower" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7eeeb6915ae97fbbac6282f36b6fcaaa" + +SRCNAME = "XStatic-roboto-fontface" +SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "2a19734d8e08bbe1413f37e703e288f8" +SRC_URI[sha256sum] = "e539aa991300d8ee09ee557d3cab1066237806e365ceaf868084777379e307a5" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
