diff options
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 |