summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-18 17:06:04 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:39 +0100
commit155b8517d9a2689441ec0c5220870bb73cfcb939 (patch)
tree8a1b65fe3445a1a87b58f7ee4a7aed9b7162e446 /pkgs/top-level/python-aliases.nix
parent949c04687f1fa3d707a904e3da001fb52b7b5114 (diff)
downloadnixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar.gz
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar.bz2
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar.lz
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar.xz
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.tar.zst
nixpkgs-155b8517d9a2689441ec0c5220870bb73cfcb939.zip
python3Packages.pycallgraph: drop
The project is relying on the `use_2to3` flag that was removed from
setuptools in version 58. It is also unmaintained since 2018.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 41cced59465..c373ceceb2b 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -76,6 +76,7 @@ mapAliases ({
   prometheus_client = prometheus-client; # added 2021-06-10
   prompt_toolkit = prompt-toolkit; # added 2021-07-22
   pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08
+  pycallgraph = throw "pycallgraph has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
   pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
   pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
   pysmart-smartx = pysmart; # added 2021-10-22