summaryrefslogtreecommitdiff
path: root/dev-python/pandas/pandas-1.3.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pandas/pandas-1.3.4.ebuild')
-rw-r--r--dev-python/pandas/pandas-1.3.4.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pandas/pandas-1.3.4.ebuild b/dev-python/pandas/pandas-1.3.4.ebuild
index 4c3b594f00c9..4d866a1cf628 100644
--- a/dev-python/pandas/pandas-1.3.4.ebuild
+++ b/dev-python/pandas/pandas-1.3.4.ebuild
@@ -106,6 +106,11 @@ RDEPEND="${COMMON_DEPEND}
full-support? ( ${OPTIONAL_DEPEND} )
"
+PATCHES=(
+ # Upstream patch to fix 32-bit ARM test detection
+ "${FILESDIR}"/${P}-arm-tests.patch
+)
+
python_prepare_all() {
# Prevent un-needed download during build
sed -e "/^ 'sphinx.ext.intersphinx',/d" \