From d3d170eea4c60b753f77fd18edc23c59a5a27a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 24 Jan 2019 19:13:52 +0100 Subject: [PATCH] python-rdflib: fix SUMMARY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-rdflib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc b/meta-python/recipes-devtools/python/python-rdflib.inc index f92734aa7..0eac19788 100644 --- a/meta-python/recipes-devtools/python/python-rdflib.inc +++ b/meta-python/recipes-devtools/python/python-rdflib.inc @@ -1,4 +1,4 @@ -SUMMARY = "Character encoding aliases for legacy web content" +SUMMARY = "RDFLib is a pure Python package for working with RDF" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"