diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:29:02 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-16 15:40:11 +0100 |
| commit | 7155a6894fa1259948a05162bef323fdb7790099 (patch) | |
| tree | 417413de3ac9f9bb2f657bfca525b066d28daae0 /meta/recipes-devtools/python/python3-docutils_0.19.bb | |
| parent | 44e27450a8fdeb8087b52ca869237eec54f31d3d (diff) | |
| download | poky-7155a6894fa1259948a05162bef323fdb7790099.tar.gz | |
python3-docutils: upgrade 0.19 -> 0.20.1
License-Update: formatting
(From OE-Core rev: 2c5d29c0d78a531a5e5a0b6f88ad773edf7b8bb2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.19.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.19.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.19.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb deleted file mode 100644 index 7ae93ab557..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.19.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" | ||
| 2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
