Unverified Commit dd6d9553 authored by eyJhb's avatar eyJhb Committed by GitHub
Browse files

python3Packages.stopit: added setuptools dependency (#234153)

parent c9ff452f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools

}:

buildPythonPackage rec {
@@ -15,6 +17,10 @@ buildPythonPackage rec {
    hash = "sha256-uXJUA70JOGWT2NmS6S7fPrTWAJZ0mZ/hICahIUzjfbw=";
  };

  propagatedBuildInputs = [
    setuptools # for pkg_resources
  ];

  pythonImportsCheck = [ "stopit" ];

  meta = with lib; {