python311Packages.pyflume: update disabled

- add format
- adjust inputs
This commit is contained in:
Fabian Affolter
2023-08-18 00:09:27 +02:00
committed by GitHub
parent dfb7a6070b
commit bc86c9e2d5
@@ -5,7 +5,6 @@
, pythonOlder
, pyjwt
, ratelimit
, pytz
, requests
, requests-mock
}:
@@ -13,7 +12,9 @@
buildPythonPackage rec {
pname = "pyflume";
version = "0.7.2";
disabled = pythonOlder "3.7";
format = "setuptools";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "ChrisMandich";
@@ -25,7 +26,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pyjwt
ratelimit
pytz
requests
];
@@ -34,7 +34,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "pyflume" ];
pythonImportsCheck = [
"pyflume"
];
meta = with lib; {
description = "Python module to work with Flume sensors";