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

Unified Diff: ports/python-static/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-static/pkg_info
diff --git a/ports/python-static/pkg_info b/ports/python-static/pkg_info
index 7c823536ba1b8c924c17f6b36105483247386120..df91774ff443c8cff40807934376c4577d665299 100644
--- a/ports/python-static/pkg_info
+++ b/ports/python-static/pkg_info
@@ -3,6 +3,6 @@ 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=(readline zlib glibc-compat pyppapi openssl bzip2 libpng freetype nacl-spawn)
+DEPENDS=(readline zlib glibc-compat pyppapi openssl bzip2 libpng freetype nacl-spawn python-host)
CONFLICTS=(python)
SHA1=1db01d7f325d8ceaf986976800106018b82ae45a
« README.rst ('K') | « ports/python-static/nacl.patch ('k') | ports/python/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698