diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb index a995a2ea39..1cd4a4b699 100644 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb | |||
@@ -12,6 +12,6 @@ PYPI_PACKAGE = "Flask-PyMongo" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native" | 15 | DEPENDS = "python3-vcversioner python3-vcversioner-native" |
16 | 16 | ||
17 | RDEPENDS:${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" | 17 | RDEPENDS:${PN} = "python3-pymongo python3-flask" |