From 43b3326c3296506a1f16b77c5ff9b487bb1c6bd0 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 1 Jan 2023 12:36:33 +0100 Subject: [PATCH] - disable python3 here --- python-m2r.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-m2r.spec b/python-m2r.spec index 1a9f5af..aa6d5f6 100644 --- a/python-m2r.spec +++ b/python-m2r.spec @@ -2,11 +2,12 @@ # Conditional build: %bcond_without tests # unit tests %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-m2r.spec) Summary: Markdown and reStructuredText in a single file Summary(pl.UTF-8): Markdown i reStructuredText w pojedynczym pliku Name: python-m2r +# keep 0.2.x here for python2 support Version: 0.2.1 Release: 5 License: MIT -- 2.44.0