Skip to content

Commit

Permalink
python3Packages.stopit: added setuptools dependency (NixOS#234153)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyJhb committed May 26, 2023
1 parent c9ff452 commit dd6d955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/stopit/default.nix
@@ -1,6 +1,8 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools

}:

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

propagatedBuildInputs = [
setuptools # for pkg_resources
];

pythonImportsCheck = [ "stopit" ];

meta = with lib; {
Expand Down

0 comments on commit dd6d955

Please sign in to comment.