diff options
author | niko.mauno@vaisala.com <niko.mauno@vaisala.com> | 2020-05-09 17:05:59 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-09 10:41:48 -0700 |
commit | 99e3432c60606af1d37947b3fce002d679cfcb50 (patch) | |
tree | 1bcf3244890a57ceb638a0beeb1e9525a7695f08 | |
parent | d8eecca63640b47d02665fa9c4caabc9776b830d (diff) | |
download | meta-openembedded-99e3432c60606af1d37947b3fce002d679cfcb50.tar.gz |
python3-setuptools-scm: Cosmetic improvement
Split values of RDEPENDS variables to individual lines in alphabetic
order.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb index f8d28b33a..c061ea2e6 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | |||
@@ -8,7 +8,14 @@ SRC_URI[sha256sum] = "bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217a | |||
8 | PYPI_PACKAGE = "setuptools_scm" | 8 | PYPI_PACKAGE = "setuptools_scm" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json" | 11 | RDEPENDS_${PN}_class-target = "\ |
12 | RDEPENDS_${PN}_class-native = "${PYTHON_PN}-setuptools-native" | 12 | ${PYTHON_PN}-debugger \ |
13 | ${PYTHON_PN}-json \ | ||
14 | ${PYTHON_PN}-py \ | ||
15 | ${PYTHON_PN}-setuptools \ | ||
16 | " | ||
17 | RDEPENDS_${PN}_class-native = "\ | ||
18 | ${PYTHON_PN}-setuptools-native \ | ||
19 | " | ||
13 | 20 | ||
14 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |