Unverified Commit 3aee854b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.db-dtypes: refactor

parent 1eb9a41b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,9 +25,9 @@ buildPythonPackage rec {
    hash = "sha256-DjLgzJ/OivrhHJQGBkIiRNJyi5xWLFp9nBEetD8H0YY=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    numpy
    packaging
    pandas