mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
committed by
Martin Jansa
parent
fbef460e2f
commit
260422eb5f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user