[oe-commits] [meta-openembedded] 24/49: python-pyephem: add RDEPENDS to package

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:00 UTC 2016


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

commit 97f8a24f0f16c8ad7de2afd319d37162f884dcd3
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