mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-aniso8601: Add ISO 8601 parsing library
Add new python3-aniso8601 recipe for parsing ISO 8601 strings with a BSD-3-Clause license. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
150c53d526
commit
2b401c24ac
@@ -0,0 +1,8 @@
|
||||
DESCRIPTION = "A library for parsing ISO 8601 strings."
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d91d56f51a54389d95526eefe039b1c"
|
||||
|
||||
SRC_URI[sha256sum] = "72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user