diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dateutil.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dateutil.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 0e076b4aae..36cb43d4e5 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Extensions to the standard Python datetime module" | 1 | SUMMARY = "Extensions to the standard Python datetime module" |
2 | DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." | 2 | DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." |
3 | HOMEPAGE = "https://dateutil.readthedocs.org" | 3 | HOMEPAGE = "https://dateutil.readthedocs.org" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause & Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=31f72d4cad3675fb091537b9b2f32de0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "db38f6b4511cefd76014745bb0cc45a4" | 7 | SRC_URI[md5sum] = "ba7d27d7788cc9dd04a07bd77203ffab" |
8 | SRC_URI[sha256sum] = "891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca" | 8 | SRC_URI[sha256sum] = "8f95bb7e6edbb2456a51a1fb58c8dca942024b4f5844cae62c90aa88afe6e300" |
9 | 9 | ||
10 | PYPI_PACKAGE = "python-dateutil" | 10 | PYPI_PACKAGE = "python-dateutil" |
11 | inherit pypi | 11 | inherit pypi |