Title: [179251] trunk
- Revision
- 179251
- Author
- [email protected]
- Date
- 2015-01-28 08:30:32 -0800 (Wed, 28 Jan 2015)
Log Message
[CMake] Minimum python version should be 2.7.
https://bugs.webkit.org/show_bug.cgi?id=140997
Reviewed by Csaba Osztrogonác.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/CMakeLists.txt (179250 => 179251)
--- trunk/CMakeLists.txt 2015-01-28 14:48:29 UTC (rev 179250)
+++ trunk/CMakeLists.txt 2015-01-28 16:30:32 UTC (rev 179251)
@@ -64,7 +64,7 @@
# TODO Enforce version requirement for perl
find_package(Perl 5.10.0 REQUIRED)
-find_package(PythonInterp 2.6.0 REQUIRED)
+find_package(PythonInterp 2.7.0 REQUIRED)
find_package(Ruby 1.8.7)
# -----------------------------------------------------------------------------
Modified: trunk/ChangeLog (179250 => 179251)
--- trunk/ChangeLog 2015-01-28 14:48:29 UTC (rev 179250)
+++ trunk/ChangeLog 2015-01-28 16:30:32 UTC (rev 179251)
@@ -1,3 +1,12 @@
+2015-01-28 Carlos Alberto Lopez Perez <[email protected]>
+
+ [CMake] Minimum python version should be 2.7.
+ https://bugs.webkit.org/show_bug.cgi?id=140997
+
+ Reviewed by Csaba Osztrogonác.
+
+ * CMakeLists.txt:
+
2015-01-26 Nikos Andronikos <[email protected]>
Apply feTurbulence spec change to fix zero length vector generation
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes