summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-06 04:34:09 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-06 05:07:41 +0200
commitfc5512eb0e9632ab7c159135e10cb1004e5f6b3f (patch)
tree7f15feeb89bdc555235be42f896e70cb25eeb115 /dev-python/flask-babel
parentdev-python/google-api-python-client: Bump to 2.84.0 (diff)
downloadgentoo-fc5512eb0e9632ab7c159135e10cb1004e5f6b3f.tar.gz
gentoo-fc5512eb0e9632ab7c159135e10cb1004e5f6b3f.tar.bz2
gentoo-fc5512eb0e9632ab7c159135e10cb1004e5f6b3f.zip
dev-python/flask-babel: Unrestrict pytz dependency
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-babel')
-rw-r--r--dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild (renamed from dev-python/flask-babel/flask-babel-3.0.1-r1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/flask-babel/flask-babel-3.0.1-r1.ebuild b/dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild
index df53913bec59..e690674e2233 100644
--- a/dev-python/flask-babel/flask-babel-3.0.1-r1.ebuild
+++ b/dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild
@@ -43,5 +43,7 @@ distutils_enable_tests pytest
src_prepare() {
# https://github.com/python-babel/flask-babel/pull/215
sed -i -e 's:^include:exclude:' pyproject.toml || die
+ # https://github.com/python-babel/flask-babel/pull/225
+ sed -i -e '/pytz/s:\^:>=:' pyproject.toml || die
distutils-r1_src_prepare
}