From 63643dc58a44a8df42109ba200dca7816656d5ae Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 22 Oct 2022 17:31:48 +0200 Subject: [PATCH] - disable python3 here --- python-pkgconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 2c8646f..914e9ae 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -2,7 +2,7 @@ # Conditional build: %bcond_with tests # unit tests (not included in pypi release) %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-pkgconfig.spec) Summary: Python 2 interface to pkg-config Summary(pl.UTF-8): Interfejs Pythona 2 do narzędzia pkg-config -- 2.44.0