dev-python/orjson-bin: Add QA_PREBUILT

Closes: https://bugs.gentoo.org/805254
Closes: https://bugs.gentoo.org/805251
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
This commit is contained in:
Shaoyu Tseng
2021-08-08 12:11:20 +08:00
parent ce84820329
commit c5bcf63b3b

View File

@@ -6,6 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit python-r1
QA_PREBUILT="usr/lib/*"
DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
HOMEPAGE="https://github.com/ijl/orjson"