Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37790836
en ru br
Репозитории ALT
S:4.1.0-alt2
5.1: 0.7.0-alt1
4.1: 0.5.4-alt2
www.altlinux.org/Changes

Группа :: Эмуляторы
Пакет: virt-manager

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0001-fixed-build-with-python3-module-docutils-on-p9-branch.patch
Скачать


From f75aee6f691bd86e02c84f35d3dc52a6fe61f64c Mon Sep 17 00:00:00 2001
From: Alexey Shabalin <shaba@altlinux.org>
Date: Tue, 6 Oct 2020 20:24:37 +0300
Subject: [PATCH] fixed build with python3-module-docutils on p9 branch
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 6574d95..fc47630 100755
--- a/setup.py
+++ b/setup.py
@@ -166,7 +166,9 @@ from %(pkgname)s import %(filename)s
         if not rstbin:
             rstbin = find_executable("rst2man.py")
         if not rstbin:
-            sys.exit("Didn't find rst2man or rst2man.py")
+            rstbin = find_executable("rst2man.py3")
+        if not rstbin:
+            sys.exit("Didn't find rst2man or rst2man.py or rst2man.py3")
 
         for path in glob.glob("man/*.rst"):
             base = os.path.basename(path)
--
libgit2 0.28.5
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin