From 247be001ed6c1ad9a9d99ce538cf181806c057b1 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 3 Nov 2022 18:05:00 +0100 Subject: [PATCH] disable python3 here --- python-keyring.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keyring.spec b/python-keyring.spec index c2ce3f0..dee181f 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -3,7 +3,7 @@ %bcond_without doc # Sphinx documentation %bcond_without tests # py.test tests %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module %define module keyring Summary: Python 2 library to access the system keyring service -- 2.43.0