Merge pull request #69250 from flokli/afew-setuptools

afew: propagate setuptools
This commit is contained in:
Jörg Thalheim
2019-09-22 15:43:18 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
nativeBuildInputs = with pythonPackages; [ sphinx setuptools_scm ];
propagatedBuildInputs = with pythonPackages; [
pythonPackages.notmuch chardet dkimpy
pythonPackages.setuptools pythonPackages.notmuch chardet dkimpy
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32;
makeWrapperArgs = [