Skip to content

Commit

Permalink
Fix package dependencies in GToolkitPrerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 15, 2024
1 parent 603a4e9 commit e3ade63
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ BaselineOfGToolkitPrerequisites >> baseline: spec [
spec for: #common do: [
spec postLoadDoIt: #postLoadGToolkit:.
spec
package: 'GToolkit-PharoMigrations';
package: 'GToolkit-Pharo9-Deprecations';
package: 'GToolkit-Pharo9-Debugger';
package: 'GToolkit-Pharo9-Subscriptions';
package: 'GToolkit-Pharo9-Iceberg';
package: 'GToolkit-PharoMigrations';
package: 'GToolkit-Pharo9-Subscriptions' with: [
spec requires: #('GToolkit-PharoMigrations')];
package: 'GToolkit-Pharo9-Iceberg' with: [
spec requires: #('GToolkit-PharoMigrations')];
package: 'GToolkit-Pharo9' ]
]

Expand Down

0 comments on commit e3ade63

Please sign in to comment.