about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2022-01-12 12:51:18 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-11 10:23:04 -0800
commit4009c598ec69ca664a6819df165705ab6ad20720 (patch)
tree6bc40149c24570346485d6c26aad0ec38470b261 /pkgs/top-level/python-aliases.nix
parentd42b04349e4fdf9e45bb14725256336968029a53 (diff)
downloadnixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar.gz
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar.bz2
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar.lz
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar.xz
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.tar.zst
nixlib-4009c598ec69ca664a6819df165705ab6ad20720.zip
python3Packages.qiskit-aqua: remove due to deprecation
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 85072959df37..b9b3b88f272b 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -96,6 +96,7 @@ mapAliases ({
   pytest_xdist = pytest-xdist; # added 2021-01-04
   python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
   qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
+  qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
   rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
   repeated_test = throw "repeated_test is no longer maintained"; # added 2022-01-11
   requests_toolbelt = requests-toolbelt; # added 2017-09-26