diff options
author | Derek Straka <derek@asterius.io> | 2016-07-17 08:51:35 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:42 +0200 |
commit | 06c87ef5f4920eef125048bb51735a357b505dc1 (patch) | |
tree | cee6315c3808ad23b7ef5c81a4821e3900f70c35 /meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb | |
parent | 01b7c1d36241cac757170b51ca765a841a4ce426 (diff) | |
download | meta-openembedded-06c87ef5f4920eef125048bb51735a357b505dc1.tar.gz |
python-flask-bcrypt: update package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb index d08883dab..f035862de 100644 --- a/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Brcrypt hashing for Flask." | 1 | DESCRIPTION = "Bcrypt hashing for Flask." |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ee2ee5bee7fe96597770e92db5719a8" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ee2ee5bee7fe96597770e92db5719a8" |
4 | 4 | ||
@@ -9,4 +9,4 @@ PYPI_PACKAGE = "Flask-Bcrypt" | |||
9 | 9 | ||
10 | inherit pypi setuptools | 10 | inherit pypi setuptools |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python-bcrypt" | 12 | RDEPENDS_${PN} += "${PYTHON_PN}-bcrypt ${PYTHON_PN}-flask" |