diff options
-rw-r--r-- | meta-python/recipes-extended/python-pyephem/python-pyephem_3.7.6.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 2e9701332..e28ce6ccc 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" | |||
11 | 11 | ||
12 | inherit pypi setuptools | 12 | inherit pypi setuptools |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | ||
15 | ${PYTHON_PN}-datetime \ | ||
16 | ${PYTHON_PN}-math \ | ||
17 | " | ||