diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:21:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 22:27:39 +0100 |
commit | c208a0160a8493f30992c9c29a4df2c836114ed4 (patch) | |
tree | 8a653da979963b03736eb0a91a24e728a3e3176d /dev-python/flask-mongoengine | |
parent | dev-python/mongoengine: python3_8 (diff) | |
download | gentoo-c208a0160a8493f30992c9c29a4df2c836114ed4.tar.gz gentoo-c208a0160a8493f30992c9c29a4df2c836114ed4.tar.bz2 gentoo-c208a0160a8493f30992c9c29a4df2c836114ed4.zip |
dev-python/flask-mongoengine: python3_8
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-mongoengine')
-rw-r--r-- | dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild b/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild index f8eb13822f67..05409dd02b52 100644 --- a/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild +++ b/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild @@ -3,8 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) - +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 RESTRICT="test" # requires running MongoDB server |