Skip to content
Snippets Groups Projects
Commit 33a4c781 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To adjust missing details

parent 187e6733
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ builddependencies = [('binutils', '2.38')] ...@@ -15,7 +15,7 @@ builddependencies = [('binutils', '2.38')]
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
('pretty-yaml', '20.4.0') ('pretty-yaml', '21.10.1')
] ]
use_pip = True use_pip = True
......
...@@ -9,11 +9,11 @@ description = """PyYAML-based python module to produce pretty and readable YAML- ...@@ -9,11 +9,11 @@ description = """PyYAML-based python module to produce pretty and readable YAML-
This module is for serialization only, see ruamel.yaml module for literate YAML This module is for serialization only, see ruamel.yaml module for literate YAML
parsing (keeping track of comments, spacing, line/column numbers of values, etc).""" parsing (keeping track of comments, spacing, line/column numbers of values, etc)."""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'} toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://pypi.python.org/packages/source/p/%s/' % local_mod] source_urls = ['https://pypi.python.org/packages/source/p/%s/' % local_mod]
sources = ['%s-%%(version)s.tar.gz' % local_mod] sources = ['%s-%%(version)s.tar.gz' % local_mod]
checksums = ['29a5c2a68660a799103d6949167bd6c7953d031449d08802386372de1db6ad71'] checksums = ['c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383']
builddependencies = [('binutils', '2.38')] builddependencies = [('binutils', '2.38')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment