Merge pull request #77811 from jluttine/fix-yle-dl-setuptools

yle-dl: add setuptools dependency
This commit is contained in:
worldofpeace 2020-01-17 13:43:07 -05:00 committed by GitHub
commit a1628d9805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0k93p9csyjm0w33diwl5s22kzs3g78jl3n9k8nxxpqrybfjl912f";
};
propagatedBuildInputs = with pythonPackages; [ lxml pyamf pycrypto requests future ffmpeg ];
propagatedBuildInputs = with pythonPackages; [
lxml pyamf pycrypto requests future ffmpeg setuptools
];
pythonPath = [ rtmpdump php ];
doCheck = false; # tests require network access