diff options
author | Derek Straka <derek@asterius.io> | 2017-02-14 17:24:11 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:37 +0100 |
commit | 260422eb5fd6366007e491aecb01fed69b342a84 (patch) | |
tree | bb17bf923d221a8d2078e2b37c61327a2c20ce9e /meta-python/recipes-devtools | |
parent | fbef460e2fc410dc48b9df0614f0133d527e9662 (diff) | |
download | meta-openembedded-260422eb5fd6366007e491aecb01fed69b342a84.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
5 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb index 92b490733..4975278a9 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb | |||
@@ -1,4 +1,2 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-cryptography-vectors.inc | 2 | require python-cryptography-vectors.inc |
3 | |||
4 | PNBLACKLIST[python-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130664/" | ||
diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb index 909bbb437..58994ffff 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb | |||
@@ -1,4 +1,2 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-cryptography-vectors.inc | 2 | require python-cryptography-vectors.inc |
3 | |||
4 | PNBLACKLIST[python3-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130626/" | ||
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb index c8fb94e3b..3f07b2ed2 100644 --- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb | |||
@@ -1,4 +1,2 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-ndg-httpsclient.inc | 2 | require python-ndg-httpsclient.inc |
3 | |||
4 | PNBLACKLIST[python3-ndg-httpsclient] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130615/" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb index 582d01d59..4523d9e30 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.54.bb | |||
@@ -1,6 +1,2 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-pymisp.inc | 2 | require python-pymisp.inc |
3 | |||
4 | PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp" | ||
5 | |||
6 | PNBLACKLIST[python3-pymisp] ?= "Runtime depends on blacklisted python3-pymisp-dev" | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb index bbfbfeb8a..5e869b788 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.13.0.bb | |||
@@ -3,7 +3,3 @@ require python-requests.inc | |||
3 | 3 | ||
4 | # Add the runtime depends for selectors.py | 4 | # Add the runtime depends for selectors.py |
5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | 5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" |
6 | |||
7 | PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-ndg-httpsclient" | ||
8 | |||
9 | PNBLACKLIST[python3-requests] ?= "Runtime depends on blacklisted python3-requests-dev" | ||