Skip to content

Commit

Permalink
PyYAML/6.0.1: Fix bindings to LibYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 21, 2024
1 parent 6f4191f commit 5e2b259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions easybuild/easyconfigs/p/PyYAML/PyYAML-6.0.1-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description = "PyYAML is a YAML parser and emitter for the Python programming la

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

sources = [SOURCE_TAR_GZ]
checksums = ['bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43']
sources = ['%(name)s-%(version)s-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl']
checksums = ['d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673']

builddependencies = [
('binutils', '2.40'),
Expand All @@ -24,4 +24,6 @@ sanity_pip_check = True
use_pip = True
options = {'modulename': 'yaml'}

sanity_check_commands = ["python -c 'import yaml; yaml.CLoader'"]

moduleclass = 'lib'

0 comments on commit 5e2b259

Please sign in to comment.