summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.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.1.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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb
deleted file mode 100644
index 37c99e676c..0000000000
--- a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
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] = "db57ee517356b1bfc1603ef412f5da61eae92241ba0bcaf0851028cae424780c"
7
8PYPI_PACKAGE = "jdatetime"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-modules \
16"
17