diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-07 15:41:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 10:04:23 -0700 |
commit | 15ed5f79c0e9b128c17ced423fbd0861c65349d2 (patch) | |
tree | d15a1ef2f25b1dda04c50124b98793daa4c0755f /meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb | |
parent | e00616ff07909722d041e21e1ab8748bbcca0afb (diff) | |
download | meta-openembedded-15ed5f79c0e9b128c17ced423fbd0861c65349d2.tar.gz |
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 <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 000000000..05bbe8a35 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-markupsafe_1.1.1.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit setuptools | ||
2 | require python-markupsafe.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-re" | ||
5 | |||
6 | BBCLASSEXTEND = "native" | ||