diff options
| author | Scott Ellis <scott@jumpnowtek.com> | 2015-11-12 10:28:20 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-12-20 14:12:43 -0800 |
| commit | 96751b7478f1374965dc5f661c6b44b528b30f9c (patch) | |
| tree | 43412b8d6036d6e88a0b02332d68a045c2903ff5 /meta-python/recipes-devtools/python | |
| parent | 5826ba6968ef5cfb3b31b80009f3341a18d34331 (diff) | |
| download | meta-openembedded-96751b7478f1374965dc5f661c6b44b528b30f9c.tar.gz | |
python-requests: Add RDEPENDS
The python-requests module has runtime dependencies.
Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-requests_2.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests_2.7.0.bb b/meta-python/recipes-devtools/python/python-requests_2.7.0.bb index 1564d50a85..ac47202acc 100644 --- a/meta-python/recipes-devtools/python/python-requests_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python-requests_2.7.0.bb | |||
| @@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
| 17 | |||
| 18 | RDEPENDS_${PN} = "python-email python-json python-netserver python-zlib" | ||
