Commit 2589b36b authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.pymorphy3-dicts-uk: use pyproject attribute

parent bcf30ec0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
  lib,
  fetchPypi,
  buildPythonPackage,

  # build-system
  setuptools,
}:

buildPythonPackage rec {
@@ -14,6 +17,10 @@ buildPythonPackage rec {
    hash = "sha256-s5RaNBNuGTgGzeZXuicdiKYHYedRN8E9E4qNFCqNEqw=";
  };

  build-system = [
    setuptools
  ];

  # has no tests
  doCheck = false;