dev-python/pytools: Fix missing [sqlite] on Python

Closes: https://bugs.gentoo.org/631174
This commit is contained in:
Michał Górny
2017-09-17 09:38:12 +02:00
parent a8a2a9e14c
commit 748cddd1a3
4 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1

View File

@@ -4,6 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1

View File

@@ -4,6 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1

View File

@@ -4,6 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1 git-r3