diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-20 09:37:40 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:07 -0700 |
| commit | 4d5c5cee13f89984874946f7e78ce59121157629 (patch) | |
| tree | fc69fc73eee541054cbe1209a8d67e964dff1fc7 /meta-python/recipes-devtools/python/python-passlib.inc | |
| parent | ec4dc95bc8e6663ee2abe947ca82b13344990a5d (diff) | |
| download | meta-openembedded-4d5c5cee13f89984874946f7e78ce59121157629.tar.gz | |
python-passlib: add initial set of RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-passlib.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-passlib.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-passlib.inc b/meta-python/recipes-devtools/python/python-passlib.inc index f289c0ec39..9e477ecf9f 100644 --- a/meta-python/recipes-devtools/python/python-passlib.inc +++ b/meta-python/recipes-devtools/python/python-passlib.inc | |||
| @@ -11,3 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=73eed1a5470b969951dac411086c7036" | |||
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "254869dae3fd9f09f0746a3cb29a0b15" | 12 | SRC_URI[md5sum] = "254869dae3fd9f09f0746a3cb29a0b15" |
| 13 | SRC_URI[sha256sum] = "3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0" | 13 | SRC_URI[sha256sum] = "3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0" |
| 14 | |||
| 15 | RDEPENDS_${PN} += "\ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-logging \ | ||
| 18 | ${PYTHON_PN}-netclient \ | ||
| 19 | " | ||
