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 = "\ python3-fasteners \ python3-fastjsonschema \ python3-fastnumbers \ - python3-feedformatter \ python3-fields \ python3-flask \ 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 @@ -DESCRIPTION = "A Python library for generating news feeds in RSS and Atom formats" -HOMEPAGE = "http://code.google.com/p/feedformatter/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" - -SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https" -SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-xml \ - "