mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python312Packages.dbt-core: relax dbt-common dependency
Plus, update the supported Python version to 3.9+, following upstream.
This commit is contained in:
parent
2fcea20ca0
commit
23840b2afc
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
version = "1.8.8";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbt-labs";
|
||||
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
"protobuf"
|
||||
"agate"
|
||||
"click"
|
||||
"dbt-common"
|
||||
"dbt-semantic-interfaces"
|
||||
"mashumaro"
|
||||
"networkx"
|
||||
|
Loading…
Reference in New Issue
Block a user