summaryrefslogtreecommitdiff
path: root/dev-python/Babel/Babel-2.12.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/Babel/Babel-2.12.1.ebuild')
-rw-r--r--dev-python/Babel/Babel-2.12.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/Babel/Babel-2.12.1.ebuild b/dev-python/Babel/Babel-2.12.1.ebuild
index 818272ef77fa..943a3ce6af7f 100644
--- a/dev-python/Babel/Babel-2.12.1.ebuild
+++ b/dev-python/Babel/Babel-2.12.1.ebuild
@@ -44,6 +44,10 @@ distutils_enable_sphinx docs
distutils_enable_tests pytest
src_prepare() {
+ local PATCHES=(
+ "${FILESDIR}/${P}-dst-test.patch"
+ )
+
rm babel/locale-data/*.dat || die
rm babel/global.dat || die
distutils-r1_src_prepare