3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pyezviz: 0.1.9.4 -> 0.1.9.9

This commit is contained in:
Fabian Affolter 2021-11-14 11:33:28 +01:00
parent e8ff360eda
commit c03e11252f

View file

@ -11,14 +11,16 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "0.1.9.4";
version = "0.1.9.9";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "baqs";
repo = "pyEzviz";
rev = version;
sha256 = "sha256-MS4icrTjjcPx3Pb8fpcKAd/JXWqknqp9wb4lQmRwFls=";
sha256 = "sha256-dhYzzsGNVS8qFymBhFWWacWBXVS7fZHZYtQTeTecYsk=";
};
propagatedBuildInputs = [
@ -32,7 +34,9 @@ buildPythonPackage rec {
# Project has no tests. test_cam_rtsp.py is more a sample for using the module
doCheck = false;
pythonImportsCheck = [ "pyezviz" ];
pythonImportsCheck = [
"pyezviz"
];
meta = with lib; {
description = "Python interface for for Ezviz cameras";