From 598aab3c259216ee96142748d3a9f8e7b4b80ff2 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 6 Nov 2017 15:54:54 -0500 Subject: 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 Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb (limited to 'meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb') 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 0000000000..9fbd00e049 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-scrypt_0.8.0.bb @@ -0,0 +1,3 @@ +inherit setuptools python-dir +require python-scrypt.inc + -- cgit v1.2.3-54-g00ecf