From 0cb0d8d1171e999050d0eea39233a47201299106 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 8 Feb 2021 06:37:30 +0100 Subject: [PATCH] - disable python3 here --- python-serpent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-serpent.spec b/python-serpent.spec index d32b145..caaf9d2 100644 --- a/python-serpent.spec +++ b/python-serpent.spec @@ -1,8 +1,9 @@ +# NOTE: for versions >= 1.30 (for Python 3.5+) see python3-serpent.spec # # 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-serpent.spec) Summary: Serialization based on ast.literal_eval Summary(pl.UTF-8): Serializacja oparta na ast.literal_eval -- 2.44.0