diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 2b20937f78..9626231bba 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -124,7 +124,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
| 124 | python3-fasteners \ | 124 | python3-fasteners \ |
| 125 | python3-fastjsonschema \ | 125 | python3-fastjsonschema \ |
| 126 | python3-fastnumbers \ | 126 | python3-fastnumbers \ |
| 127 | python3-feedformatter \ | ||
| 128 | python3-fields \ | 127 | python3-fields \ |
| 129 | python3-flask \ | 128 | python3-flask \ |
| 130 | python3-flask-babel \ | 129 | python3-flask-babel \ |
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb deleted file mode 100644 index 6932b3b549..0000000000 --- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Python library for generating news feeds in RSS and Atom formats" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/feedformatter/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https" | ||
| 8 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | ${PYTHON_PN}-io \ | ||
| 17 | ${PYTHON_PN}-xml \ | ||
| 18 | " | ||
