python311Packages.dbt-core: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 22:27:03 +01:00
parent 64c81edb4b
commit 35c9135d0a
1 changed files with 6 additions and 6 deletions

View File

@ -47,11 +47,6 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/core";
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [
"agate"
"click"
@ -61,7 +56,12 @@ buildPythonPackage rec {
"urllib3"
];
propagatedBuildInputs = [
build-system = [
pythonRelaxDepsHook
setuptools
];
dependencies = [
agate
cffi
click