enable sqlite in python

Change-Id: Ie7248a1765029bcf8b17433fc4714d359bfb2747
This commit is contained in:
Matthew Thode 2018-10-05 00:50:50 -05:00
parent 19e7cf09d9
commit d341ceca23
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ if [ "${DISTRO_NAME}" == "gentoo" ]; then
echo "dev-libs/openssl static-libs -bindist" >> /etc/portage/package.use/openssl
echo "net-misc/openssh -bindist" >> /etc/portage/package.use/openssh
echo "sys-libs/zlib static-libs" >> /etc/portage/package.use/zlib
echo "dev-lang/python sqlite" >> /etc/portage/package.use/python
fi