diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-07 02:50:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-10 12:47:35 +0200 |
commit | 0b78fc05194196eb361da7aa770806c06e11b859 (patch) | |
tree | c94de2065a06cc5a76a0d24df6a46e673d368260 /meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | |
parent | 1d76ab017a6e127c2da08f0c00076ddb63ee2b44 (diff) | |
download | meta-openembedded-contrib-0b78fc05194196eb361da7aa770806c06e11b859.tar.gz |
python-matplotlib: blacklist because of conflict with python-dateutil
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb | 3 |
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 7bb61fd57ec..6c8a202c59b 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 \ |