Skip to content

Commit

Permalink
dev-python/pytools: Fix missing [sqlite] on Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Sep 17, 2017
1 parent a8a2a9e commit 748cddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
EAPI=5

PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_REQ_USE='sqlite'

inherit distutils-r1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
EAPI=6

PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_REQ_USE='sqlite'

inherit distutils-r1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
EAPI=6

PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
PYTHON_REQ_USE='sqlite'

inherit distutils-r1

Expand Down
1 change: 1 addition & 0 deletions dev-python/pytools/pytools-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
EAPI=6

PYTHON_COMPAT=( python{2_7,3_{4,5}} )
PYTHON_REQ_USE='sqlite'

inherit distutils-r1 git-r3

Expand Down

0 comments on commit 748cddd

Please sign in to comment.