[tor-commits] [tor-browser-build/maint-8.0] Bug 29097: https-everywhere make.sh explicitly depends on missing 3.6

gk at torproject.org gk at torproject.org
Mon Jan 21 07:04:14 UTC 2019


commit 57a48c1c712a17bb2d58e3688d183bddd5e82423
Author: Richard Pospesel <richard at torproject.org>
Date:   Tue Jan 15 15:13:19 2019 -0800

    Bug 29097: https-everywhere make.sh explicitly depends on missing 3.6
    
    Updated the https-everywhere deps section to install python3.6 and
    python3.6-lxml. Previously python and python-lxml were listed, but these
    packages now map to the 3.7 versions.
---
 projects/https-everywhere/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index b0b3ce9..4197d41 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -21,8 +21,8 @@ var:
     arch: amd64
   deps:
     - git
-    - python3
-    - python3-lxml
+    - python3.6
+    - python3.6-lxml
     - libxslt1.1
     - libxml2-utils
     - sqlite3





More information about the tor-commits mailing list