python310Packages.ffmpeg-progress-yield: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-02-27 08:19:23 +01:00 committed by GitHub
parent 89990aeae8
commit 35260272d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, colorama
, tqdm
, pytestCheckHook
, pythonOlder
, ffmpeg
, procps
}:
@ -13,6 +14,8 @@ buildPythonPackage rec {
version = "0.7.1";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-wK33h+Qg737hSv+2HF4hvfBDDsJpI+7mGbRgUQvrZb0=";