python310Packages.btrees: Normalize attribute name
This commit is contained in:
parent
eb813a6203
commit
7a2ddfb354
@ -10,7 +10,7 @@
|
||||
, zconfig
|
||||
, persistent
|
||||
, zc_lockfile
|
||||
, BTrees
|
||||
, btrees
|
||||
, manuel
|
||||
}:
|
||||
|
||||
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
zconfig
|
||||
persistent
|
||||
zc_lockfile
|
||||
BTrees
|
||||
btrees
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
@ -47,6 +47,7 @@ mapAliases ({
|
||||
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
|
||||
bsblan = python-bsblan; # added 2022-11-04
|
||||
bt_proximity = bt-proximity; # added 2021-07-02
|
||||
BTrees = btrees; # added 2023-02-19
|
||||
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
|
||||
class-registry = phx-class-registry; # added 2021-10-05
|
||||
codespell = throw "codespell has been promoted to a top-level attribute"; # Added 2022-10-02
|
||||
|
@ -1457,7 +1457,7 @@ self: super: with self; {
|
||||
|
||||
bt-proximity = callPackage ../development/python-modules/bt-proximity { };
|
||||
|
||||
BTrees = callPackage ../development/python-modules/btrees { };
|
||||
btrees = callPackage ../development/python-modules/btrees { };
|
||||
|
||||
btrfs = callPackage ../development/python-modules/btrfs { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user