From ac87929769d6d0a71f43bf6c51ac0423845c4e6b Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 20 May 2013 20:46:21 +0000 Subject: libsoup isn't python 3 safe restrict python version, patch script to call python2 since bin/python can be both major versions. [1] While here: Add build depend on python for above said script, document sqlite3 depend and mark jobs safe. Submitted by: eadler@ [1] Obtained from: GNOME devel repo --- devel/libsoup/files/patch-libsoup_tld-parser.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 devel/libsoup/files/patch-libsoup_tld-parser.py (limited to 'devel/libsoup/files/patch-libsoup_tld-parser.py') diff --git a/devel/libsoup/files/patch-libsoup_tld-parser.py b/devel/libsoup/files/patch-libsoup_tld-parser.py new file mode 100644 index 000000000000..5c2724dd1e36 --- /dev/null +++ b/devel/libsoup/files/patch-libsoup_tld-parser.py @@ -0,0 +1,8 @@ +--- libsoup/tld-parser.py.orig 2013-05-12 13:59:58.000000000 +0000 ++++ libsoup/tld-parser.py 2013-05-12 14:00:36.000000000 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python2 + + # Generate tld rules + # Copyright (C) 2012 Red Hat, Inc. -- cgit v1.2.3