[oe-commits] [meta-openembedded] 40/89: python-pyephem: add RDEPENDS to package

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


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

commit 3029525df7d3239999b2c5dcf58ea99cfd5cd19a
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Jul 11 20:58:44 2016 -0400

    python-pyephem: add RDEPENDS to package
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb b/meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb
index 2e97013..e28ce6c 100644
--- a/meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb
+++ b/meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb
@@ -11,3 +11,7 @@ PYPI_PACKAGE = "ephem"
 
 inherit pypi setuptools
 
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-math \
+    "

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


More information about the Openembedded-commits mailing list