From fb9c509d5eb6146d3edbe8a6e1b428211c95ade9 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Wed, 2 Sep 2020 09:19:35 +0800 Subject: [PATCH] add python2 python3 definition --- python-mako.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-mako.spec b/python-mako.spec index 04d6fe0..7fc3cde 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,6 +1,8 @@ +%bcond_without python2 +%bcond_without python3 Name: python-mako Version: 1.0.6 -Release: 12 +Release: 13 Summary: Mako template library for Python License: (MIT and Python) and (BSD or GPLv2) Group: Development/Languages @@ -82,6 +84,9 @@ rm -rf doc/build %doc doc %changelog +* Wed Sep 2 2020 wenzhanli - 1.0.6-13 +- Add python2 python3 definition + * Sat Oct 19 2019 openEuler Buildteam - 1.0.6-12 - Type:NA - ID:NA -- Gitee