diff options
author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:16 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:47 +0100 |
commit | 485b30ac87e769d34bf9536897b4efc8c695dc4c (patch) | |
tree | 787b5197c745da7f9f4345a6adc0ef36fdd28cc3 /meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | |
parent | 1fadd754cc5979123a8df73f5c9f61aa857d69a0 (diff) | |
download | meta-openembedded-485b30ac87e769d34bf9536897b4efc8c695dc4c.tar.gz |
Update python3 recipes to use the updated pypi class
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb index 8c791ccb1..cd3082528 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-itsdangerous.inc | 2 | require python-itsdangerous.inc |