diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-python/flask-security/flask-security-3.4.4.ebuild | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'dev-python/flask-security/flask-security-3.4.4.ebuild')
| -rw-r--r-- | dev-python/flask-security/flask-security-3.4.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/flask-security/flask-security-3.4.4.ebuild b/dev-python/flask-security/flask-security-3.4.4.ebuild index 210180046090..661c3556e503 100644 --- a/dev-python/flask-security/flask-security-3.4.4.ebuild +++ b/dev-python/flask-security/flask-security-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,6 +39,7 @@ BDEPEND=" >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}] >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}] >=dev-python/flask-sqlalchemy-2.3[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] >=dev-python/mongomock-3.19.0[${PYTHON_USEDEP}] >=dev-python/peewee-3.11.2[${PYTHON_USEDEP}] >=dev-python/phonenumbers-8.11.1[${PYTHON_USEDEP}] @@ -59,7 +60,7 @@ PATCHES=( src_prepare() { sed -i -e '/setup_requires/d' setup.py || die - sed -e 's:--cov flask_security::' \ + sed -e 's@--cov flask_security@-p no:httpbin@' \ -e 's:--cov-report term-missing::' \ -e 's:--black::' \ -e 's:--flake8::' \ |
