[oe-commits] [meta-openembedded] 74/89: python-flask-bcrypt: update package RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:09:41 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1510f7b1cb27fa13076bd5026cacb564e8b0913e
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jul 17 08:51:35 2016 -0400

    python-flask-bcrypt: update package RDEPENDS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb | 4 ++--
 1 file 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 d08883d..f035862 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 @@
-DESCRIPTION = "Brcrypt hashing for Flask."
+DESCRIPTION = "Bcrypt hashing for Flask."
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ee2ee5bee7fe96597770e92db5719a8"
 
@@ -9,4 +9,4 @@ PYPI_PACKAGE = "Flask-Bcrypt"
 
 inherit pypi setuptools
 
-RDEPENDS_${PN} = "python-bcrypt"
+RDEPENDS_${PN} += "${PYTHON_PN}-bcrypt ${PYTHON_PN}-flask"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list