openstep_parser: pkgcheck fix

This commit is contained in:
Anton Bolshakov 2024-07-16 10:05:19 +08:00
parent 8af6737e3f
commit afe93fe228
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,14 +14,8 @@ HOMEPAGE="https://github.com/kronenthaler/openstep-parser"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RESTRICT="test"
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_test() {
esetup.py test
}