File tree Expand file tree Collapse file tree 3 files changed +1
-66
lines changed
development/python-modules/pc-ble-driver-py Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -388,6 +388,7 @@ mapAliases ({
388388 pathlib = throw "pathlib was removed as it has been integrated in python standard library in version 3.4" ; # added 2024-05-13
389389 pathpy = path ; # added 2022-04-12
390390 pcbnew-transition = pcbnewtransition ; # added 2024-03-21
391+ pc-ble-driver-py = throw "pc-ble-driver-py has been removed because the upstream repository was archived in 2024" ; # Added 2024-10-04
391392 pdfposter = throw "pdfposter was promoted to a top-level attribute" ; # Added 2023-06-29
392393 pdfminer = pdfminer-six ; # added 2022-05-25
393394 pdfx = throw "pdfx has been removed because the upstream repository was archived in 2023" ; # Added 2024-10-04
Original file line number Diff line number Diff line change @@ -9738,8 +9738,6 @@ self: super: with self; {
97389738
97399739 pbxproj = callPackage ../development/python-modules/pbxproj { };
97409740
9741- pc-ble-driver-py = callPackage ../development/python-modules/pc-ble-driver-py { };
9742-
97439741 pcapy-ng = callPackage ../development/python-modules/pcapy-ng {
97449742 inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
97459743 };
You can’t perform that action at this time.
0 commit comments