python312Packages.influxdb3-python: refactor

This commit is contained in:
Fabian Affolter 2024-04-20 12:07:51 +02:00
parent 78d0433e2d
commit c1afabd21d
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ buildPythonPackage rec {
hash = "sha256-qFcXqbYsjn27BPeKxTsWxKJdF6y8Oz3VBrmSyO0vCGo=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
certifi
pyarrow
python-dateutil