[packages/python-ZODB] - disable python3 here
qboosh
qboosh at pld-linux.org
Sun May 18 17:29:08 CEST 2025
commit 13fbb3cc26bce32a802fbbf94ed26219e1541a57
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun May 18 17:00:25 2025 +0200
- disable python3 here
python-ZODB.spec | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/python-ZODB.spec b/python-ZODB.spec
index 3694527..4ca3d65 100644
--- a/python-ZODB.spec
+++ b/python-ZODB.spec
@@ -3,7 +3,7 @@
%bcond_without doc # API documentation
%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-ZODB.spec)
%define module ZODB
Summary: Python object-oriented database
@@ -42,12 +42,17 @@ BuildRequires: python-zope.testrunner >= 4.4.6
BuildRequires: python3-modules >= 1:3.5
BuildRequires: python3-setuptools
%if %{with tests}
-BuildRequires: python3-BTrees
+BuildRequires: python3-BTrees >= 4.2.0
BuildRequires: python3-ZConfig
-BuildRequires: python3-persistent
-BuildRequires: python3-transaction
+BuildRequires: python3-manuel
+BuildRequires: python3-persistent >= 4.4.0
+BuildRequires: python3-six
+BuildRequires: python3-transaction >= 2.4
BuildRequires: python3-zc.lockfile
-BuildRequires: python3-zodbpickle
+BuildRequires: python3-zodbpickle >= 1.0.1
+BuildRequires: python3-zope.interface
+BuildRequires: python3-zope.testing
+BuildRequires: python3-zope.testrunner >= 4.4.6
%endif
%endif
%if %{with doc}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-ZODB.git/commitdiff/13fbb3cc26bce32a802fbbf94ed26219e1541a57
More information about the pld-cvs-commit
mailing list