diff options
author | Derek Straka <derek@asterius.io> | 2018-03-11 20:04:48 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:27:54 -0700 |
commit | e03f5fd9a750be521e76e961165203626646f99f (patch) | |
tree | be8239b8aed647c84d0c1774331927158f09e328 /meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb | |
parent | c35e3eba074cf9e8441e77a72dddc7d9b1e2e796 (diff) | |
download | meta-openembedded-e03f5fd9a750be521e76e961165203626646f99f.tar.gz |
python-scrypt: update to version 0.8.6
Add patch to fix host include paths used
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb new file mode 100644 index 000000000..f49665322 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | inherit setuptools3 python3-dir | ||
2 | require python-scrypt.inc | ||
3 | |||