diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-05 11:19:15 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-09-05 12:41:23 +0200 |
commit | 93e2c61cd970113ce513822bb75024cb8942e0ec (patch) | |
tree | b6558d3bf3beaf2cdcf3e68f0994f04dcc1c11c2 /dev-python/qiskit-aer | |
parent | sci-physics/lhapdf: Fix setup.py (diff) | |
download | gentoo-93e2c61cd970113ce513822bb75024cb8942e0ec.tar.gz gentoo-93e2c61cd970113ce513822bb75024cb8942e0ec.tar.bz2 gentoo-93e2c61cd970113ce513822bb75024cb8942e0ec.zip |
dev-python/qiskit-aer: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32623
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/qiskit-aer')
-rw-r--r-- | dev-python/qiskit-aer/files/qiskit-aer-0.12.0-wheel-dep.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-wheel-dep.patch b/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-wheel-dep.patch deleted file mode 100644 index 49645db8626d..000000000000 --- a/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-wheel-dep.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/Qiskit/qiskit-aer/pull/1741 - -From 5bf744a9fc033aee2eb448e2595f8e35734982e3 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Fri, 10 Mar 2023 04:56:34 +0000 -Subject: [PATCH] Remove redundant wheel dep from pyproject.toml - -Remove the redundant `wheel` dependency, as it is added by the backend automatically. - -Listing it explicitly in the documentation was a historical mistake and has been fixed since, -see: [pypa/setuptools@f7d30a9](https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a). ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,7 +1,6 @@ - [build-system] - requires = [ - "setuptools", -- "wheel", - "conan<2.0.0", - "scikit-build>=0.11.0", - "cmake!=3.17.1,!=3.17.0", - |