mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/jsonmerge: fix RDEPEND typo in 1.6.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -15,8 +15,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
REPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REPEND}
|
||||
RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user