python313Packages.ohme: rename from ohmepy (#372351)

This commit is contained in:
Robert Schütz
2025-01-11 00:22:16 -08:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
@@ -8,7 +8,7 @@
}:
buildPythonPackage rec {
pname = "ohmepy";
pname = "ohme";
version = "1.2.3";
pyproject = true;
@@ -3919,7 +3919,8 @@
];
"ohme" =
ps: with ps; [
]; # missing inputs: ohme
ohme
];
"ollama" =
ps: with ps; [
ha-ffmpeg
@@ -7035,6 +7036,7 @@
"nx584"
"obihai"
"octoprint"
"ohme"
"ollama"
"omnilogic"
"onboarding"
+1 -1
View File
@@ -4880,7 +4880,7 @@ self: super: with self; {
oelint-parser = callPackage ../development/python-modules/oelint-parser { };
ohmepy = callPackage ../development/python-modules/ohmepy { };
ohme = callPackage ../development/python-modules/ohme { };
openstep-parser = callPackage ../development/python-modules/openstep-parser { };