Merge pull request #145901 from fabaff/bump-pyezviz

python3Packages.pyezviz: 0.1.9.4 -> 0.1.9.9
This commit is contained in:
Fabian Affolter 2021-11-15 08:44:08 +01:00 committed by GitHub
commit af42445ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";