Skip to content

Commit

Permalink
Remove py-pip version dependency from var/spack/repos/builtin/package…
Browse files Browse the repository at this point in the history
…s/awscli-v2/package.py
  • Loading branch information
climbfuji committed Oct 3, 2023
1 parent 8ef2269 commit 65ea6fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion var/spack/repos/builtin/packages/awscli-v2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class AwscliV2(PythonPackage):

depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:3.8.0", type=("build"))
depends_on("py-pip@22:23", type=("build"))
depends_on("[email protected]:0.4.6", type=("build", "run"))
depends_on("[email protected]:0.19", type=("build", "run"))
depends_on("[email protected]:40.0.1", type=("build", "run"))
Expand Down

0 comments on commit 65ea6fe

Please sign in to comment.