python3Packages.reolink: 0.53 -> 0.56
This commit is contained in:
parent
61727e0e57
commit
99e322d6a9
1 changed files with 6 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "reolink";
|
pname = "reolink";
|
||||||
version = "0.0.53";
|
version = "0.56";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -19,9 +19,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fwestenberg";
|
owner = "fwestenberg";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
# https://github.com/fwestenberg/reolink/issues/78
|
rev = "v${version}";
|
||||||
rev = "0053";
|
sha256 = "sha256-ld1KDWweaG7y7EPN6Y19PzQRGCIFAPEb6AmlXXbjgCU=";
|
||||||
sha256 = "sha256-kEG+kRTWaC6eQbmlasAWIESFdKPoxQCdZLRrQwb2aRU=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -41,6 +40,9 @@ buildPythonPackage rec {
|
||||||
--replace "ffmpeg" "ffmpeg-python"
|
--replace "ffmpeg" "ffmpeg-python"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# https://github.com/fwestenberg/reolink/issues/83
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"test.py"
|
"test.py"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue