diff options
author | Derek Straka <derek@asterius.io> | 2016-07-11 20:58:44 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:36 +0200 |
commit | 97f8a24f0f16c8ad7de2afd319d37162f884dcd3 (patch) | |
tree | 4569f70195c6877f69bfcb377577551e17c210b0 /meta-python/recipes-extended | |
parent | d27ad560bed58caf6c460c159315b9424f63710f (diff) | |
download | meta-openembedded-97f8a24f0f16c8ad7de2afd319d37162f884dcd3.tar.gz |
python-pyephem: add RDEPENDS to package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended')
-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 | " | ||