Adding OSSubprocess dependency.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-26 11:57:42 -05:00
parent e89c1a19b4
commit bb78aceda1
1 changed files with 3 additions and 3 deletions

View File

@ -16,12 +16,12 @@ BaselineOfFossil >> baseline: spec [
do: [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]";
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']".
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository'].
"Packages"
spec package: 'Fossil' with: [ spec requires: #('NeoJSON') ].
spec package: 'Fossil' with: [ spec requires: #('NeoJSON' 'OSSubprocess') ].
]