diff options
author | André Draszik <andre.draszik@jci.com> | 2018-01-15 09:17:06 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:38:39 -0800 |
commit | 1663efea99b333b5342c6494e0431617e577a9c5 (patch) | |
tree | 7385d2466a3ad9c79c45c37554fbf648a2358f2a /meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb | |
parent | be80c29766753335c03c1b1d0f04ed503ce7166a (diff) | |
download | meta-openembedded-1663efea99b333b5342c6494e0431617e577a9c5.tar.gz |
python-pyjwt: add initial recipe for version 1.5.3
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb b/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb new file mode 100644 index 000000000..f0a77b674 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyjwt_1.5.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require python-pyjwt.inc | ||
2 | inherit setuptools | ||