diff options
Diffstat (limited to 'meta-python')
-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 \ |