diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-24 14:22:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 69bc4effbefbb08646359c5166ea447e48fa6bee (patch) | |
tree | 7cd8ceeeeac0d332a2be2fb24fe583ac2836a199 /meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb | |
parent | 935fec95d094da8db319c9004bcae75a18fb2dc3 (diff) | |
download | meta-openembedded-69bc4effbefbb08646359c5166ea447e48fa6bee.tar.gz |
python-bcrypt: upgrade 3.1.4 -> 3.1.7
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb new file mode 100644 index 0000000000..b136aa4895 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit setuptools | ||
2 | require python-bcrypt.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "\ | ||
5 | ${PYTHON_PN}-subprocess \ | ||
6 | " | ||