Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: ports/python/pkg_info

Issue 710193003: Reduce the number of times we build a host copy of python. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/python/pkg_info
diff --git a/ports/python/pkg_info b/ports/python/pkg_info
index bbeef0ce1fc8385e1fb95bb6203e76bb5d59f437..43af65323c2d44a8a20366184db8c8e779696cc6 100644
--- a/ports/python/pkg_info
+++ b/ports/python/pkg_info
@@ -3,7 +3,7 @@ VERSION=2.7.7
ARCHIVE_ROOT=Python-2.7.7
URL=http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz
LICENSE=CUSTOM:LICENSE
-DEPENDS=(glibc-compat readline zlib nacl-spawn openssl bzip2)
+DEPENDS=(glibc-compat readline zlib nacl-spawn openssl bzip2 python-host)
CONFLICTS=(python-static)
# incomplete lconv struct
DISABLED_LIBC=(bionic)

Powered by Google App Engine
This is Rietveld 408576698