[packages/python-rst2pdf] - disable python3 here

qboosh qboosh at pld-linux.org
Sun Dec 13 21:49:54 CET 2020


commit ca46a2b48d3a4e38165fd47cc7d9efaf8f89416c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Dec 13 21:50:24 2020 +0100

    - disable python3 here

 python-rst2pdf.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-rst2pdf.spec b/python-rst2pdf.spec
index b3d41a7..ed1613e 100644
--- a/python-rst2pdf.spec
+++ b/python-rst2pdf.spec
@@ -1,7 +1,8 @@
+# NOTE: for versions >= 0.98 (for python 3.6+) see python3-rst2pdf.spec
 #
 # Conditional build:
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-rst2pdf.spec)
 
 Summary:	Convert reStructured Text to PDF via ReportLab
 Summary(pl.UTF-8):	Konwersja formatu reStructured Text do PDF przy użyciu ReportLaba
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-rst2pdf.git/commitdiff/ca46a2b48d3a4e38165fd47cc7d9efaf8f89416c



More information about the pld-cvs-commit mailing list