diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-04 07:12:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-04 07:12:51 +0100 |
commit | 9c705b5e927cd79608f287005258394e608cf082 (patch) | |
tree | b9dd7a97d22beae0f283cae47962fed61ab801b8 /dev-python/pytest-trio | |
parent | profiles/features/wd40: Add dev-python/trio & revdeps (diff) | |
download | gentoo-9c705b5e927cd79608f287005258394e608cf082.tar.gz gentoo-9c705b5e927cd79608f287005258394e608cf082.tar.bz2 gentoo-9c705b5e927cd79608f287005258394e608cf082.zip |
dev-python/pytest-trio: Clear keywords to match new trio
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild index e81f730b78a4..af426052c90a 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/async_generator-1.9[${PYTHON_USEDEP}] diff --git a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild index b45ef14decb2..bcd93cd9dedf 100644 --- a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" >=dev-python/outcome-1.1.0[${PYTHON_USEDEP}] |