memtree: bring up to current Python packaging conventions

This commit is contained in:
nicoo
2025-06-24 18:26:30 +00:00
parent 8899fff088
commit 0177eb8634
+2 -4
View File
@@ -17,13 +17,11 @@ python3Packages.buildPythonApplication {
hash = "sha256-gUULox3QSx68x8lb1ytanY36cw/I9L4HdpR8OPOsxuc=";
};
pythonRelaxDeps = [ "rich" ];
nativeBuildInputs = with python3Packages; [
build-system = with python3Packages; [
poetry-core
];
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
rich
];