use maintained fork of python-Levenshtein

pull/1990/head
Sebastien Bourdeauducq 2022-11-03 21:24:49 +08:00
parent f75ddf78b0
commit f3f068036a
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
nativeBuildInputs = [ pkgs.qt5.wrapQtAppsHook ];
# keep llvm_x and lld_x in sync with llvmlite
propagatedBuildInputs = [ pkgs.llvm_11 pkgs.lld_11 sipyco.packages.x86_64-linux.sipyco pythonparser artiq-comtools.packages.x86_64-linux.artiq-comtools ]
++ (with pkgs.python3Packages; [ llvmlite pyqtgraph pygit2 numpy dateutil scipy prettytable pyserial python-Levenshtein h5py pyqt5 qasync tqdm ]);
++ (with pkgs.python3Packages; [ llvmlite pyqtgraph pygit2 numpy dateutil scipy prettytable pyserial levenshtein h5py pyqt5 qasync tqdm ]);
dontWrapQtApps = true;
postFixup = ''

View File

@ -15,7 +15,7 @@ requirements = [
"numpy", "scipy",
"python-dateutil", "prettytable", "h5py",
"qasync", "pyqtgraph", "pygit2",
"llvmlite", "pythonparser", "python-Levenshtein",
"llvmlite", "pythonparser", "levenshtein",
]
console_scripts = [