diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-06 15:54:54 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:31:31 -0800 |
commit | 598aab3c259216ee96142748d3a9f8e7b4b80ff2 (patch) | |
tree | 448710ff2ce302127351df4343501b05b6866ff6 /meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb | |
parent | 865d7c09b89e487b95051a6154c234b2421e9429 (diff) | |
download | meta-openembedded-598aab3c259216ee96142748d3a9f8e7b4b80ff2.tar.gz |
python-scrypt: add new package
This python package provides bindings for the scrypt key derivation
function library. (https://bitbucket.org/mhallin/py-scrypt/overview)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb new file mode 100644 index 000000000..9fbd00e04 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | inherit setuptools python-dir | ||
2 | require python-scrypt.inc | ||
3 | |||