aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-10-07 02:50:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-10 12:47:35 +0200
commit0b78fc05194196eb361da7aa770806c06e11b859 (patch)
treec94de2065a06cc5a76a0d24df6a46e673d368260
parent1d76ab017a6e127c2da08f0c00076ddb63ee2b44 (diff)
downloadmeta-openembedded-contrib-0b78fc05194196eb361da7aa770806c06e11b859.tar.gz
python-matplotlib: blacklist because of conflict with python-dateutil
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
index 7bb61fd57e..6c8a202c59 100644
--- a/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
@@ -7,6 +7,9 @@ PR = "r1"
DEPENDS += "python-numpy freetype libpng"
RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng"
+PNBLACKLIST[python-matplotlib] = "CONFLICT: 34 files with python-dateutil"
+# e.g. sysroots/qemux86-64/usr/lib/python2.7/site-packages/dateutil/tzwin.pyc
+
SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \
file://fix_setup.patch \
file://fix_setupext.patch \