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 | |
parent | 1d76ab017a6e127c2da08f0c00076ddb63ee2b44 (diff) | |
download | meta-openembedded-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')
-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 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" | |||
7 | DEPENDS += "python-numpy freetype libpng" | 7 | DEPENDS += "python-numpy freetype libpng" |
8 | RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng" | 8 | RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng" |
9 | 9 | ||
10 | PNBLACKLIST[python-matplotlib] = "CONFLICT: 34 files with python-dateutil" | ||
11 | # e.g. sysroots/qemux86-64/usr/lib/python2.7/site-packages/dateutil/tzwin.pyc | ||
12 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ |
11 | file://fix_setup.patch \ | 14 | file://fix_setup.patch \ |
12 | file://fix_setupext.patch \ | 15 | file://fix_setupext.patch \ |