summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-01-26 16:07:22 +0200
committerKhem Raj <raj.khem@gmail.com>2022-01-31 08:15:16 -0800
commitb9e0ec1033d633a84f4035a7b4d71e5055003ecb (patch)
treeaef37d7d7fb29feb2c98b19e961e2b5ad8d8140a /meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb
parent2c90fd26abae5367683dff3945634b781de53714 (diff)
downloadmeta-openembedded-b9e0ec1033d633a84f4035a7b4d71e5055003ecb.tar.gz
python3-jdatetime: Upgrade 3.8.1 -> 3.8.2
Upgrade to release 3.8.2: - Fix older version objects unpickling problem Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb
new file mode 100644
index 0000000000..67a6ea1f21
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Jalali implementation of Python's datetime module"
2HOMEPAGE = "https://github.com/slashmili/python-jalali"
3LICENSE = "Python-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
5
6SRC_URI[sha256sum] = "c685687e3f39e1b9a3ba9c00ed9d8e88603bc8994413e84623e6c5d43214e6f8"
7
8PYPI_PACKAGE = "jdatetime"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-modules \
16"
17