python3Packages.affinegap: add passthru.skipBulkUpdate

This commit is contained in:
Audrey Dutcher
2026-05-06 20:17:07 -07:00
parent 8e03288f39
commit 75b977b49c
@@ -41,6 +41,8 @@ buildPythonPackage rec {
"affinegap"
];
passthru.skipBulkUpdate = true;
meta = {
description = "Cython implementation of the affine gap string distance";
homepage = "https://github.com/dedupeio/affinegap";