python313Packages.rollbar: fix build

This commit is contained in:
Peder Bergebakken Sundt
2025-03-09 04:45:54 +01:00
parent 3a8ebeb1df
commit 6a5c5b0a3a
@@ -4,6 +4,7 @@
blinker,
buildPythonPackage,
fetchPypi,
setuptools,
httpx,
mock,
pytestCheckHook,
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "rollbar";
version = "1.1.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +26,9 @@ buildPythonPackage rec {
hash = "sha256-A3OD/BqNooglfc2irLJrsoaRck56caZ5c1Z8MdR6kUo=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
requests
six
];