]> git.pld-linux.org Git - packages/python-pygobject.git/commitdiff
disable python3 by default; rel 5
authorJan Palus <atler@pld-linux.org>
Mon, 1 Mar 2021 22:51:59 +0000 (23:51 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 1 Mar 2021 22:51:59 +0000 (23:51 +0100)
it's obsolete module which no longer builds with python 3.9 (API
change). continue building for python 2 only.

python-pygobject.spec

index c3b6bef3b95f54ee82eb865d91a69a9020ee1c85..3e5e6f7b4553716f9d4e8c80b22b69ca9f6a7ec2 100644 (file)
@@ -1,14 +1,14 @@
 #
 # Conditional build:
 %bcond_without python2         # Python 2.x module
-%bcond_without python3         # Python 3.x module
+%bcond_with    python3         # Python 3.x module
 
 %define                module  pygobject
 Summary:       Python bindings for GObject library
 Summary(pl.UTF-8):     Wiązania Pythona do biblioteki GObject
 Name:          python-%{module}
 Version:       2.28.7
-Release:       4
+Release:       5
 License:       LGPL v2+
 Group:         Libraries/Python
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/%{module}-%{version}.tar.xz
This page took 0.092309 seconds and 4 git commands to generate.