mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.prometheus-api-client: refactor
This commit is contained in:
parent
41f3fbb18e
commit
c9f27209a1
1 changed files with 5 additions and 2 deletions
|
@ -8,13 +8,14 @@
|
|||
matplotlib,
|
||||
numpy,
|
||||
pandas,
|
||||
setuptools,
|
||||
requests,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "prometheus-api-client";
|
||||
version = "0.5.7";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "4n4nd";
|
||||
|
@ -23,7 +24,9 @@ buildPythonPackage rec {
|
|||
hash = "sha256-XmsBEGerEA7kEigkVpDYpe1UfEKvEzV/0uY3sffRC7s=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
dateparser
|
||||
matplotlib
|
||||
numpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue