From: Jan Palus Date: Thu, 3 Nov 2022 17:05:00 +0000 (+0100) Subject: disable python3 here X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-keyring.git;a=commitdiff_plain disable python3 here --- 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