Merge pull request #207858 from r-ryantm/auto-update/python310Packages.huawei-lte-api

python310Packages.huawei-lte-api: 1.6.9 -> 1.6.10
This commit is contained in:
Fabian Affolter
2022-12-26 21:03:52 +01:00
committed by GitHub
@@ -10,23 +10,18 @@
buildPythonPackage rec {
pname = "huawei-lte-api";
version = "1.6.9";
version = "1.6.10";
format = "setuptools";
disabled = pythonOlder "3.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "Salamek";
repo = "huawei-lte-api";
rev = "refs/tags/${version}";
hash = "sha256-8a+6q1XBgI0+J0Tb2xn3fMeiZbB9djiwPnfY3RFhIg4=";
hash = "sha256-dYYZxG5vAR5JT5HIr4jGWYxpy+tGYYXwhB4bzb27ON0=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "pytest-runner" ""
'';
propagatedBuildInputs = [
pycryptodomex
requests
@@ -46,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "API For huawei LAN/WAN LTE Modems";
homepage = "https://github.com/Salamek/huawei-lte-api";
changelog = "https://github.com/Salamek/huawei-lte-api/releases/tag/${version}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ dotlambda ];
};