python311Packages.et-xmlfile: rename from et_xmlfile

This commit is contained in:
natsukium 2023-10-16 14:47:47 +09:00
parent 0043b5ad30
commit ce69efdab3
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ lib
, buildPythonPackage
, et_xmlfile
, et-xmlfile
, fetchFromGitLab
, jdcal
, lxml
@ -26,7 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jdcal
et_xmlfile
et-xmlfile
lxml
];

View File

@ -128,6 +128,7 @@ mapAliases ({
eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
EasyProcess = easyprocess; # added 2023-02-19
email_validator = email-validator; # added 2022-06-22
et_xmlfile = et-xmlfile; # added 2023-10-16
ev3dev2 = python-ev3dev2; # added 2023-06-19
Fabric = fabric; # addedd 2023-02-19
face_recognition = face-recognition; # added 2022-10-15

View File

@ -3611,7 +3611,7 @@ self: super: with self; {
etuples = callPackage ../development/python-modules/etuples { };
et_xmlfile = callPackage ../development/python-modules/et_xmlfile { };
et-xmlfile = callPackage ../development/python-modules/et-xmlfile { };
eufylife-ble-client = callPackage ../development/python-modules/eufylife-ble-client { };