diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-16 12:11:55 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-16 12:12:45 +0100 |
commit | 48d6128e4748e88bce06c1ab675ee69f80fe9b66 (patch) | |
tree | c2083f23cab3490f17c24ee20d27b4d7a02c9622 /dev-python/pandas/pandas-0.17.0.ebuild | |
parent | 09badcd082400b18e8f6c7e41ecbf705ed1200e3 (diff) | |
download | gentoo-48d6128e4748e88bce06c1ab675ee69f80fe9b66.tar.gz gentoo-48d6128e4748e88bce06c1ab675ee69f80fe9b66.tar.xz |
dev-python/pandas: Backport test fix
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pandas/pandas-0.17.0.ebuild')
-rw-r--r-- | dev-python/pandas/pandas-0.17.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pandas/pandas-0.17.0.ebuild b/dev-python/pandas/pandas-0.17.0.ebuild index b5f984f0a22..a3fd1cafdc3 100644 --- a/dev-python/pandas/pandas-0.17.0.ebuild +++ b/dev-python/pandas/pandas-0.17.0.ebuild @@ -81,6 +81,10 @@ RDEPEND="${CDEPEND} ) R? ( dev-python/rpy[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}"/${P}-testfix-backport.patch +) + python_prepare_all() { # Prevent un-needed download during build sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/source/conf.py || die |