From 2f1fb4271246cd1ad92ca2c059f09752720cb17d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 28 Jun 2017 17:03:38 +0200 Subject: python3-docutils: fix build time rst2man dependency Signed-off-by: Marcel Ziswiler Acked-by: Dominik Sliwa --- .../python/python3-docutils/rst2man_using_python3.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/python/python3-docutils/rst2man_using_python3.patch (limited to 'recipes-devtools/python/python3-docutils') diff --git a/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch b/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch new file mode 100644 index 0000000..aa446d2 --- /dev/null +++ b/recipes-devtools/python/python3-docutils/rst2man_using_python3.patch @@ -0,0 +1,8 @@ +--- a/tools/rst2man.py 2009-08-18 11:39:39.000000000 -0700 ++++ b/tmp/rst2man.py 2017-04-04 18:25:14.049467561 -0700 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + # Author: + # Contact: grubert@users.sf.net -- cgit v1.2.3