ports/devel/libsoup/files/patch-libsoup_tld-parser.py
Koop Mast ac87929769 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
2013-05-20 20:46:21 +00:00

8 lines
252 B
Python

--- 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.