Merge pull request #261328 from natsukium/et-xmlfile
python311Packages.et-xmlfile: rename from et_xmlfile
This commit is contained in:
commit
c4ed485dec
4 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, et_xmlfile
|
, et-xmlfile
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, jdcal
|
, jdcal
|
||||||
, lxml
|
, lxml
|
||||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
jdcal
|
jdcal
|
||||||
et_xmlfile
|
et-xmlfile
|
||||||
lxml
|
lxml
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -128,6 +128,7 @@ mapAliases ({
|
||||||
eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
|
eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
|
||||||
EasyProcess = easyprocess; # added 2023-02-19
|
EasyProcess = easyprocess; # added 2023-02-19
|
||||||
email_validator = email-validator; # added 2022-06-22
|
email_validator = email-validator; # added 2022-06-22
|
||||||
|
et_xmlfile = et-xmlfile; # added 2023-10-16
|
||||||
ev3dev2 = python-ev3dev2; # added 2023-06-19
|
ev3dev2 = python-ev3dev2; # added 2023-06-19
|
||||||
Fabric = fabric; # addedd 2023-02-19
|
Fabric = fabric; # addedd 2023-02-19
|
||||||
face_recognition = face-recognition; # added 2022-10-15
|
face_recognition = face-recognition; # added 2022-10-15
|
||||||
|
|
|
@ -3616,7 +3616,7 @@ self: super: with self; {
|
||||||
|
|
||||||
etuples = callPackage ../development/python-modules/etuples { };
|
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 { };
|
eufylife-ble-client = callPackage ../development/python-modules/eufylife-ble-client { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue