Unverified Commit a570a4f7 authored by natsukium's avatar natsukium
Browse files

python312Packages.dbt-core: fix build

parent 75f6c7a8
Loading
Loading
Loading
Loading
+7 −14
Original line number Diff line number Diff line
@@ -2,15 +2,13 @@
  lib,
  agate,
  buildPythonPackage,
  cffi,
  click,
  colorama,
  daff,
  dbt-adapters,
  dbt-common,
  dbt-extractor,
  dbt-semantic-interfaces,
  fetchFromGitHub,
  hologram,
  idna,
  isodate,
  jinja2,
  logbook,
  mashumaro,
@@ -27,8 +25,6 @@
  setuptools,
  sqlparse,
  typing-extensions,
  urllib3,
  werkzeug,
}:

buildPythonPackage rec {
@@ -50,6 +46,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "agate"
    "click"
    "dbt-semantic-interfaces"
    "mashumaro"
    "networkx"
    "logbook"
@@ -63,14 +60,12 @@ buildPythonPackage rec {

  dependencies = [
    agate
    cffi
    click
    colorama
    daff
    dbt-adapters
    dbt-common
    dbt-extractor
    dbt-semantic-interfaces
    hologram
    idna
    isodate
    jinja2
    logbook
    mashumaro
@@ -84,8 +79,6 @@ buildPythonPackage rec {
    requests
    sqlparse
    typing-extensions
    urllib3
    werkzeug
  ] ++ mashumaro.optional-dependencies.msgpack;

  # tests exist for the dbt tool but not for this package specifically