Merge pull request #69094 from madjar/fix-httpie

httpie: add missing 'setuptools' to propagatedBuildInputs
This commit is contained in:
Maximilian Bosch
2019-09-20 08:28:07 +02:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests ];
propagatedBuildInputs = with pythonPackages; [ pygments requests setuptools ];
doCheck = false;