Merge pull request #77811 from jluttine/fix-yle-dl-setuptools
yle-dl: add setuptools dependency
This commit is contained in:
commit
a1628d9805
@ -11,7 +11,9 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "0k93p9csyjm0w33diwl5s22kzs3g78jl3n9k8nxxpqrybfjl912f";
|
sha256 = "0k93p9csyjm0w33diwl5s22kzs3g78jl3n9k8nxxpqrybfjl912f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ lxml pyamf pycrypto requests future ffmpeg ];
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
lxml pyamf pycrypto requests future ffmpeg setuptools
|
||||||
|
];
|
||||||
pythonPath = [ rtmpdump php ];
|
pythonPath = [ rtmpdump php ];
|
||||||
|
|
||||||
doCheck = false; # tests require network access
|
doCheck = false; # tests require network access
|
||||||
|
Loading…
Reference in New Issue
Block a user