Skip to content

Commit d24ecc1

Browse files
committed
ZODB: import patch "incpozo"
Patch submitted here: zopefoundation/ZODB#403 We backport it in SlapOS directly as the branch 5.8 is not being developed anymore.
1 parent c29807b commit d24ecc1

File tree

2 files changed

+860
-1
lines changed

2 files changed

+860
-1
lines changed

component/ZODB/buildout.cfg

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,22 @@ egg-versions =
6060
[ZODB5]
6161
<= _ZODB
6262
egg-versions =
63-
ZODB = 5.8.1
63+
ZODB = 5.8.1+SlapOSPatched001
6464
transaction = 4.0.0
65+
patch-binary = ${patch:location}/bin/patch
66+
ZODB-patches =
67+
${:_profile_base_location_}/incpozo-5.8.0.patch#99a9e7889b06ab3fdb1adbd2b152afba
68+
ZODB-patch-options = -p1
6569

6670
[ZODB5:python2]
6771
<= _ZODB
6872
egg-versions =
6973
ZODB = 5.8.1
7074
transaction = 3.0.1
75+
patch-binary = ${patch:location}/bin/patch
76+
ZODB-patches =
77+
${:_profile_base_location_}/incpozo-5.8.0.patch#99a9e7889b06ab3fdb1adbd2b152afba
78+
ZODB-patch-options = -p1
7179

7280
[ZODB6]
7381
<= _ZODB

0 commit comments

Comments
 (0)