python312Packages.db-dtypes: refactor

This commit is contained in:
Fabian Affolter 2024-08-13 08:27:20 +02:00 committed by GitHub
parent 1eb9a41b76
commit 3aee854b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,9 +25,9 @@ buildPythonPackage rec {
hash = "sha256-DjLgzJ/OivrhHJQGBkIiRNJyi5xWLFp9nBEetD8H0YY=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
numpy
packaging
pandas