diff options
| author | Derek Straka <derek@asterius.io> | 2017-11-29 12:57:41 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:56 -0800 |
| commit | fd587cabdbc8db5f8aa992d6c74f62104e789d8e (patch) | |
| tree | 8fdf9502bb172b04247c0cca21801f5f94ce3e2e /meta-python/recipes-devtools/python | |
| parent | ada33a307209ae61bb22f994367d4bb4a7981756 (diff) | |
| download | meta-openembedded-fd587cabdbc8db5f8aa992d6c74f62104e789d8e.tar.gz | |
python3-ntplib: add the correct RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb index 35440bc0ac..080372c4f0 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | |||
| @@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "c4621b64d50be9461d9bd9a71ba0b4af06fbbf818bbd483752d95c1a4e | |||
| 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 11 | 11 | ||
| 12 | inherit setuptools3 python3native pypi | 12 | inherit setuptools3 python3native pypi |
| 13 | |||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors ${PYTHON_PN}-enum" | ||
