python312Packages.dbt-postgres: update Python version, remove env variable

This commit is contained in:
Theodore Ni
2024-12-21 11:10:53 -08:00
parent c4e2ef9d7a
commit 752b7f8b31
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "dbt-labs";
@@ -25,8 +25,6 @@ buildPythonPackage rec {
hash = "sha256-lywWf78rluX17D5bcfehHd7X18tAdw3HZ65v440jETc=";
};
env.DBT_PSYCOPG2_NAME = "psycopg2";
build-system = [ hatchling ];
pythonRemoveDeps = [ "psycopg2-binary" ];