commit:     fc5512eb0e9632ab7c159135e10cb1004e5f6b3f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 02:34:09 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 03:07:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5512eb

dev-python/flask-babel: Unrestrict pytz dependency

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{flask-babel-3.0.1-r1.ebuild => flask-babel-3.0.1-r2.ebuild}        | 2 ++
 1 file changed, 2 insertions(+)

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
similarity index 91%
rename from dev-python/flask-babel/flask-babel-3.0.1-r1.ebuild
rename to 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
 }

Reply via email to