From 15ed5f79c0e9b128c17ced423fbd0861c65349d2 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Wed, 7 Aug 2019 15:41:44 +0800 Subject: python-markupsafe: upgrade 1.0 -> 1.1.1 License file changed LICENSE -> LICENSE.rst Changes of license file as follows: * Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS for more details. Some rights reserved. -> Copyright 2010 Pallets * Redistribution and use in source and binary forms of the software as well as documentation, with or without modification, are permitted provided that the following conditions are met: -> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. -> Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb (limited to 'meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb b/meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb new file mode 100644 index 0000000000..05bbe8a357 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-markupsafe.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-re" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf