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
commit0b8ffb80bdcc4d3afc421eb2661b1d38b25d1171 (patch)
tree15aa0b36b16448ed9d23a570016eede2b8460870
parent5e9788ac1b5dc517ed84606f798a64ef49c30b1b (diff)
downloadmeta-python2-0b8ffb80bdcc4d3afc421eb2661b1d38b25d1171.tar.gz
python-matplotlib: blacklist because of conflict with python-dateutil
(From meta-openembedded commit: 0b78fc05194196eb361da7aa770806c06e11b859) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-matplotlib_1.1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-matplotlib_1.1.0.bb b/recipes-devtools/python/python-matplotlib_1.1.0.bb
index 7bb61fd..6c8a202 100644
--- a/recipes-devtools/python/python-matplotlib_1.1.0.bb
+++ b/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 \