pythonPackages.moviepy: Requires Py3.4 since 1.0.0
"only Python 3.4+ from v.1.0"
This commit is contained in:
parent
951c5b86e9
commit
2b4bc3769c
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, pythonAtLeast
|
||||||
, numpy
|
, numpy
|
||||||
, decorator
|
, decorator
|
||||||
, imageio
|
, imageio
|
||||||
@ -15,6 +16,8 @@ buildPythonPackage rec {
|
|||||||
pname = "moviepy";
|
pname = "moviepy";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
|
disabled = !(pythonAtLeast "3.4");
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "16c7ffca23d90c76dd7b163f648c8166dfd589b7c180b8ff75aa327ae0a2fc6d";
|
sha256 = "16c7ffca23d90c76dd7b163f648c8166dfd589b7c180b8ff75aa327ae0a2fc6d";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user