Merge pull request #257947 from mweinelt/videoprops-purge-binaries
python310Packages.get-video-properties: remove vulnerable binaries
This commit is contained in:
commit
dbc3a520df
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, ffmpeg
|
||||
, ffmpeg-headless
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -20,7 +20,10 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace videoprops/__init__.py \
|
||||
--replace "which('ffprobe')" "'${ffmpeg}/bin/ffprobe'"
|
||||
--replace "which('ffprobe')" "'${ffmpeg-headless}/bin/ffprobe'"
|
||||
|
||||
# unused and vulnerable to various CVEs
|
||||
rm -r videoprops/binary_dependencies
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "videoprops" ];
|
||||
|
Loading…
Reference in New Issue
Block a user