Skip to content

Commit 7f77504

Browse files
committed
Update the baseline to use PythonPlayground
1 parent 133210a commit 7f77504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ BaselineOfPythonBridge >> baseline: spec [
2525
spec
2626
package: 'PythonBridge' with: [ spec requires: #('OSSubprocess' 'Python3Generator') ];
2727
package: 'PythonBridge-Pharo' with: [ spec requires: #('PythonBridge' 'MessagePack') ];
28-
package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ].
28+
package: 'PythonBridge-Bootstrap' with: [ spec requires: 'PythonBridge' ];
29+
package: 'PythonPlayground' with: [ spec requires: 'PythonBridge' ].
2930
]
3031
]

0 commit comments

Comments
 (0)