Merge pull request #963 from plexinc/pr-sqlite

python : add sqlite dependency for host.
This commit is contained in:
Christian Hewitt 2016-11-21 08:49:28 +04:00 committed by GitHub
commit 5cc87f5668

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.python.org/"
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_HOST="zlib:host bzip2:host"
PKG_DEPENDS_HOST="zlib:host bzip2:host sqlite:host"
PKG_DEPENDS_TARGET="toolchain sqlite expat zlib bzip2 libressl libffi Python:host"
PKG_SECTION="lang"
PKG_SHORTDESC="python: The Python programming language"