[oe-commits] Martin Jansa : python-matplotlib: blacklist because of conflict with python-dateutil

git at git.openembedded.org git at git.openembedded.org
Fri Oct 10 10:47:18 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 0b78fc05194196eb361da7aa770806c06e11b859
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0b78fc05194196eb361da7aa770806c06e11b859

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Oct  7 02:50:38 2014 +0200

python-matplotlib: blacklist because of conflict with python-dateutil

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | 3 +++
 1 file changed, 3 insertions(+)

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 7bb61fd..6c8a202 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 \



More information about the Openembedded-commits mailing list