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:
Derek Straka 2017-02-14 17:24:11 -05:00 committed by Martin Jansa
parent fbef460e2f
commit 260422eb5f
6 changed files with 0 additions and 16 deletions

View File

@ -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/"

View File

@ -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/"

View File

@ -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/"

View File

@ -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/"

View File

@ -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"

View File

@ -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"