python311Packages.et-xmlfile: rename from et_xmlfile
This commit is contained in:
parent
0043b5ad30
commit
ce69efdab3
@ -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
|
||||
];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user