dev-python/orjson-bin: fix DoubleEmptyLine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-08-03 10:49:15 +02:00
parent 7a83643d90
commit 72073c0af9

View File

@@ -6,7 +6,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit python-r1
DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
HOMEPAGE="https://github.com/ijl/orjson"
@@ -55,4 +54,3 @@ src_install() {
}
python_foreach_impl do_install
}