diff options
| author | Justin Bronder <jsbronder@cold-front.org> | 2023-08-10 11:39:49 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-11 00:06:04 -0700 |
| commit | 99d7aca1f20daae5d7dcb2e06fa4b5e3c57f72f7 (patch) | |
| tree | 72ce9cf74d35bac4d85c992b9606564ce77c2afb /meta-python | |
| parent | ae8535a618dc2ca9b112cc832b96272d092efc03 (diff) | |
| download | meta-openembedded-99d7aca1f20daae5d7dcb2e06fa4b5e3c57f72f7.tar.gz | |
python3-types-setuptools: add 68.0.0.3
Dependency of python3-mypy.
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb new file mode 100644 index 0000000000..5a810c795f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Typing stubs for setuptools" | ||
| 2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
