python312Packages.samarium: drop pythonRelaxDepsHook and pythonRelaxDeps

This commit is contained in:
Nick Cao
2024-09-16 10:33:30 -04:00
parent ff806fc7df
commit caba9f893a
@@ -5,7 +5,6 @@
poetry-core,
crossandra,
dahlia,
pythonRelaxDepsHook
}:
buildPythonPackage rec {
@@ -20,11 +19,9 @@ buildPythonPackage rec {
hash = "sha256-sOkJ67B8LaIA2cwCHaFnc16lMG8uaegBJCzF6Li77vk=";
};
build-system = [ poetry-core pythonRelaxDepsHook ];
build-system = [ poetry-core ];
dependencies = [ crossandra dahlia ];
pythonRelaxDeps = [ "crossandra" ];
meta = with lib; {
changelog = "https://github.com/samarium-lang/samarium/blob/${src.rev}/CHANGELOG.md";
description = "The Samarium Programming Language";