diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:05:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:05:59 +0200 |
commit | 5038fb49b5de5f8638870d27b37027fc611e4a31 (patch) | |
tree | 31356133ed07d6c85f5c3ddde341b4c6b8b8908c | |
parent | dev-util/dogtail: remove old (diff) | |
download | gentoo-5038fb49b5de5f8638870d27b37027fc611e4a31.tar.gz gentoo-5038fb49b5de5f8638870d27b37027fc611e4a31.tar.bz2 gentoo-5038fb49b5de5f8638870d27b37027fc611e4a31.zip |
dev-python/pytest-mock: Stabilize 3.1.1 ALLARCHES, #731528
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-3.1.1.ebuild b/dev-python/pytest-mock/pytest-mock-3.1.1.ebuild index 145bc659f1e9..5d108b7f6827 100644 --- a/dev-python/pytest-mock/pytest-mock-3.1.1.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-python/pytest-5[${PYTHON_USEDEP}]" |