foundationdb: fix missing bindingtester dependency

See https://github.com/apple/foundationdb/pull/11859
This commit is contained in:
Robert Rose
2025-01-23 21:21:51 +01:00
parent 85b9918b17
commit 4b60f67148

View File

@@ -38,6 +38,12 @@ in
url = "https://github.com/apple/foundationdb/commit/c35a23d3f6b65698c3b888d76de2d93a725bff9c.patch";
hash = "sha256-bneRoZvCzJp0Hp/G0SzAyUyuDrWErSpzv+ickZQJR5w=";
})
# Add a dependency that prevents bindingtester to run before the python bindings are generated
# https://github.com/apple/foundationdb/pull/11859
(fetchpatch {
url = "https://github.com/apple/foundationdb/commit/8d04c97a74c6b83dd8aa6ff5af67587044c2a572.patch";
hash = "sha256-ZLIcmcfirm1+96DtTIr53HfM5z38uTLZrRNHAmZL6rc=";
})
];
};
}