python3Packages.dbt-adapters: drop obsolete postPatch phase

This commit is contained in:
Martin Weinelt
2025-04-13 00:09:24 +02:00
parent 96ee676e19
commit 12d954e734
@@ -24,11 +24,6 @@ buildPythonPackage rec {
hash = "sha256-6UYXUGZIzHYxd8J+avmnIfdigtgoVU0lE28ng2b0Q8M=";
};
postPatch = ''
mkdir src
mv dbt src
'';
build-system = [ hatchling ];
pythonRelaxDeps = [