Commit 9af0344 1 parent 0df90b4 commit 9af0344 Copy full SHA for 9af0344
File tree 3 files changed +4
-4
lines changed
slm_builder/conan_lbstanza_generator
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class ConanSlmPackage(ConanFile):
22
22
package_id_non_embed_mode = "unrelated_mode"
23
23
package_id_python_mode = "unrelated_mode"
24
24
package_type = "application"
25
- python_requires = "lbstanzagenerator_pyreq/0.6.12 "
25
+ python_requires = "lbstanzagenerator_pyreq/0.6.13 "
26
26
#python_requires = "lbstanzagenerator_pyreq/[>=0.6 <1.0]"
27
27
28
28
# Binary configuration
@@ -128,7 +128,7 @@ def build_requirements(self):
128
128
129
129
# use stanza provided by conan
130
130
self .tool_requires ("lbstanza/[>=0.18.78 <1.0]" )
131
- self .tool_requires ("slm/0.6.12 " )
131
+ self .tool_requires ("slm/0.6.13 " )
132
132
133
133
# use cmake and ninja provided by conan
134
134
# necessary if compiling non-stanza dependencies
Original file line number Diff line number Diff line change 1
1
name = " slm"
2
- version = " 0.6.13 "
2
+ version = " 0.6.14 "
3
3
4
4
# note that the slm bootstrap.py script doesn't recursively resolve dependencies
5
5
# so define a flat list of all required dependencies here
Original file line number Diff line number Diff line change 12
12
13
13
class LBStanzaGeneratorPyReq (ConanFile ):
14
14
name = "lbstanzagenerator_pyreq"
15
- version = "0.6.13 "
15
+ version = "0.6.14 "
16
16
package_type = "python-require"
17
17
18
18
# LBStanza Generator class
You can’t perform that action at this time.
0 commit comments