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
commit d50d5817d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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