summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-05-04 17:00:38 +0200
committerGitHub <noreply@github.com>2023-05-04 08:00:38 -0700
commit600955edd4ca22b2d94e725706fc4733d5c4e4d9 (patch)
treede70ff530868bd075e6c0970ccc179181bbe60ba /pyproject.toml
parent95e61f2fdf88c7bc6269c4cf523844dbeb12aab2 (diff)
downloadspack-600955edd4ca22b2d94e725706fc4733d5c4e4d9.tar.gz
spack-600955edd4ca22b2d94e725706fc4733d5c4e4d9.tar.bz2
spack-600955edd4ca22b2d94e725706fc4733d5c4e4d9.tar.xz
spack-600955edd4ca22b2d94e725706fc4733d5c4e4d9.zip
Update vendored ruamel.yaml to v0.17.21 (#37008)
* Vendor ruamel.yaml v0.17.21 * Add unit test for whitespace regression * Add an abstraction layer in Spack to wrap ruamel.yaml All YAML operations are routed through spack.util.spack_yaml The custom classes have been adapted to the new ruamel.yaml class hierarchy. Fixed line annotation issue in "spack config blame"
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c469a16be4..a89a206666 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -222,6 +222,9 @@ drop = [
'^pygments/lexers/(?!python|__init__|_mapping).*\.py$',
# trim rich's markdown support
"rich/markdown.py",
+ # ruamel.yaml installs unneded files
+ "ruamel.*.pth",
+ "pvectorc.*.so"
]
[tool.vendoring.typing-stubs]