diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-15 13:30:11 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-17 08:56:56 -0700 |
| commit | 85ddfbf258192a2f0e3f4b4a8ae3aab39e279376 (patch) | |
| tree | 362eda7536a6aa659f1ef287f4084fea582413c1 /meta-python/recipes-devtools/python | |
| parent | 2da223d89b20a100f97b49b5840706755b978a28 (diff) | |
| download | meta-openembedded-85ddfbf258192a2f0e3f4b4a8ae3aab39e279376.tar.gz | |
python3-iso8601: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-iso8601.inc | 14 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb | 16 |
2 files changed, 15 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc b/meta-python/recipes-devtools/python/python-iso8601.inc deleted file mode 100644 index a70843eadd..0000000000 --- a/meta-python/recipes-devtools/python/python-iso8601.inc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" | ||
| 7 | SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" | ||
| 8 | |||
| 9 | RDEPENDS_${PN} += "\ | ||
| 10 | ${PYTHON_PN}-datetime \ | ||
| 11 | ${PYTHON_PN}-numbers \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb index 4a332b53bd..74b5bdcb87 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb | |||
| @@ -1,2 +1,16 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" | ||
| 7 | SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" | ||
| 8 | |||
| 1 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 2 | require python-iso8601.inc | 10 | |
| 11 | RDEPENDS_${PN} += "\ | ||
| 12 | ${PYTHON_PN}-datetime \ | ||
| 13 | ${PYTHON_PN}-numbers \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
