Skip to content

Commit

Permalink
version updates for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgrubin-tomorrow committed Jan 9, 2025
1 parent a922c86 commit de2c2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/glibc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Glibc(AutotoolsPackage, GNUMirrorPackage):

license("LGPL-2.1-or-later")

requires("%gcc")

provides("libc")
provides("iconv")

Expand Down
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-pyogrio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class PyPyogrio(PythonPackage):
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "link", "run"))
depends_on("[email protected]:", type="build")
depends_on("[email protected] +toml", type="build")
#depends_on("[email protected] +toml", type="build")
depends_on("[email protected]: +toml", type="build")
# this is an implicit dependency already listed in py-versioneer, not needed
# depends_on("py-tomli", when="^python@:3.10", type="build")

Expand Down

0 comments on commit de2c2c3

Please sign in to comment.