diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-28 22:03:48 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-29 00:37:42 +0100 |
commit | 7dcf9b66df61f730bf2a68548663a660934edde0 (patch) | |
tree | 9c6d81cc6ab3fb0acb109f1a84ff55713ed32369 /dev-python/pytest-fixture-config | |
parent | dev-python/jaraco-envs: keyword 2.1.1 for ~riscv (diff) | |
download | gentoo-7dcf9b66df61f730bf2a68548663a660934edde0.tar.gz gentoo-7dcf9b66df61f730bf2a68548663a660934edde0.tar.bz2 gentoo-7dcf9b66df61f730bf2a68548663a660934edde0.zip |
dev-python/pytest-fixture-config: keyword 1.7.0-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index f410e635d27c..a3d6240ccd60 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] |