diff options
-rw-r--r-- | dev-python/flask-babel/flask-babel-3.1.0.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/flask-babel/flask-babel-3.1.0.ebuild b/dev-python/flask-babel/flask-babel-3.1.0.ebuild index 5f95cb0a668d..2254ca7709f4 100644 --- a/dev-python/flask-babel/flask-babel-3.1.0.ebuild +++ b/dev-python/flask-babel/flask-babel-3.1.0.ebuild @@ -39,11 +39,3 @@ BDEPEND=" distutils_enable_sphinx docs \ dev-python/pallets-sphinx-themes 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 -} |