python3Packages.seqeval: init at 1.2.2

This commit is contained in:
Martin Weinelt
2021-04-23 01:10:18 +02:00
parent c4727f753f
commit 2cbebb3742
2 changed files with 51 additions and 0 deletions
+2
View File
@@ -7745,6 +7745,8 @@ in {
seqdiag = callPackage ../development/python-modules/seqdiag { };
seqeval = callPackage ../development/python-modules/seqeval { };
sequoia = disabledIf (isPyPy || !isPy3k) (toPythonModule (pkgs.sequoia.override {
pythonPackages = self;
pythonSupport = true;