summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-12 00:02:21 +0000
committerGitHub <noreply@github.com>2022-02-12 00:02:21 +0000
commit59288f3b8ded3ce47fc8dca1bf03e09e581a918f (patch)
treea333f4e2a895621a5e27dd81c76223cf85815a4f /pkgs/top-level/python-aliases.nix
parent97c7976d3150368e2f839d2b382f3dbe4a3b1137 (diff)
parent75027876b109c1efb4ffc00236048ec1ad5a214a (diff)
downloadnixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar.gz
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar.bz2
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar.lz
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar.xz
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.tar.zst
nixpkgs-59288f3b8ded3ce47fc8dca1bf03e09e581a918f.zip
Merge staging-next into staging
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 f4d96f12b01..d40ab46a35b 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -97,6 +97,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