diff options
author | Gregory Anders <greg@gpanders.com> | 2020-11-09 09:58:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-12 12:44:53 -0800 |
commit | 8c3fc855536bf95ff9acc2273677121e34afb10b (patch) | |
tree | d8862e577a27c9094c6e65005522cd58662eb3ba /meta-python/recipes-devtools/python | |
parent | d1c2512eeeab69976bc1214ce988193c5eeb634c (diff) | |
download | meta-openembedded-8c3fc855536bf95ff9acc2273677121e34afb10b.tar.gz |
Add python3-dill
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.2.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.2.bb new file mode 100644 index 0000000000..b03e032669 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.2.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | |||
3 | SUMMARY = "Serialize all of python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90fee9f98d11d59df3f8aa813ff9a3de" | ||
6 | |||
7 | SRC_URI = "https://files.pythonhosted.org/packages/e2/96/518a8ea959a734b70d2e95fef98bcbfdc7adad1c1e5f5dd9148c835205a5/dill-${PV}.zip" | ||
8 | SRC_URI[md5sum] = "543607e0a419f154dca65265e87e4812" | ||
9 | SRC_URI[sha256sum] = "6e12da0d8e49c220e8d6e97ee8882002e624f1160289ce85ec2cc0a5246b3a2e" | ||