Skip to content

Commit

Permalink
dev-python/jsonmerge: fix RDEPEND typo in 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Jul 20, 2020
1 parent ed3d44a commit d46277d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/jsonmerge/jsonmerge-1.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d46277d

Please sign in to comment.