diff options
Diffstat (limited to 'dev-python/Babel/Babel-2.8.0-r1.ebuild')
-rw-r--r-- | dev-python/Babel/Babel-2.8.0-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-python/Babel/Babel-2.8.0-r1.ebuild b/dev-python/Babel/Babel-2.8.0-r1.ebuild index f970db31cb9f..8dc11d6ec291 100644 --- a/dev-python/Babel/Babel-2.8.0-r1.ebuild +++ b/dev-python/Babel/Babel-2.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=rdepend @@ -24,3 +24,12 @@ DEPEND="${DEPEND} distutils_enable_sphinx docs distutils_enable_tests pytest + +PATCHES=( + "${FILESDIR}"/${P}-py39.patch +) + +src_test() { + local -x TZ=UTC + distutils-r1_src_test +} |