add REQUIRED_USE as needed

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-02-14 11:19:21 -05:00
parent 73a5fffa8c
commit e5066faf9b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="sqlite"
inherit eutils bash-completion-r1 python-single-r1
@ -24,6 +24,7 @@ SLOT=0
IUSE="doc"
RDEPEND="${PYTHON_DEPS}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
pkg_setup() {
python-single-r1_pkg_setup