mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Remove blacklists of python packages where build issues have been resolved
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
fbef460e2f
commit
260422eb5f
|
|
@ -86,5 +86,3 @@ RDEPENDS_${PN} = "mime-support \
|
|||
|
||||
SYSTEMD_SERVICE_${PN} = "gateone.service"
|
||||
INITSCRIPT_NAME = "gateone"
|
||||
|
||||
PNBLACKLIST[gateone] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130642/"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
inherit pypi setuptools
|
||||
require python-cryptography-vectors.inc
|
||||
|
||||
PNBLACKLIST[python-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130664/"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
inherit pypi setuptools3
|
||||
require python-cryptography-vectors.inc
|
||||
|
||||
PNBLACKLIST[python3-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130626/"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
inherit pypi setuptools3
|
||||
require python-ndg-httpsclient.inc
|
||||
|
||||
PNBLACKLIST[python3-ndg-httpsclient] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130615/"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,2 @@
|
|||
inherit pypi setuptools3
|
||||
require python-pymisp.inc
|
||||
|
||||
PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp"
|
||||
|
||||
PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp-dev"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,3 @@ require python-requests.inc
|
|||
|
||||
# Add the runtime depends for selectors.py
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-ndg-httpsclient"
|
||||
|
||||
PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-requests-dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user