diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-08-22 10:47:25 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-08-22 10:47:25 -0400 |
commit | 2e14a602f8fdff838bf7d175d8ee386885fc8a50 (patch) | |
tree | 1865a8cb59bce65cbe5735d9b735e9133ba0f179 | |
parent | dev-util/envman: version bump 1.2.1 (diff) | |
download | gentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.tar.gz gentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.tar.bz2 gentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.zip |
dev-python/pytest-relaxed: drop python3.7 support
It was a mistake to add python 3.7 support: it's broken due to its
<pytest-3.3 constraint.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r-- | dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild index c5682952917b..5fc6498d150e 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +# Because of its <pytest-3.3 constraint, python3_7 can't be added +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 |