aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-itsdangerous_1.1.0.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-11-12 19:23:39 -0500
committerKhem Raj <raj.khem@gmail.com>2019-11-13 07:15:17 -0800
commit9e9e8cc01894a0dfb0688885f1b9b0ed3023d4ff (patch)
tree64c358e7304312459e974e51be54cd78d747ab5d /recipes-devtools/python/python-itsdangerous_1.1.0.bb
parentd4af95066ab82caa6dd5497a8628cf1250fc116b (diff)
downloadmeta-python2-9e9e8cc01894a0dfb0688885f1b9b0ed3023d4ff.tar.gz
python3-itsdangerous: upgrade from 0.24 to 1.1.0
(From meta-openembedded commit: c97c59897de443f453263f879afe0ce46f112e7a) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-itsdangerous_1.1.0.bb')
-rw-r--r--recipes-devtools/python/python-itsdangerous_1.1.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-itsdangerous_1.1.0.bb b/recipes-devtools/python/python-itsdangerous_1.1.0.bb
new file mode 100644
index 0000000..8c99cb4
--- /dev/null
+++ b/recipes-devtools/python/python-itsdangerous_1.1.0.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools
+require python-itsdangerous.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-zlib \
+"