Test-Command: echo 'print("Hello")' | pypy3 | grep Hello
Depends: pypy3
Restrictions: superficial

Test-Command: pypy3 -c 'print("Hello")' | grep Hello
Depends: pypy3
Restrictions: superficial

Test-Command: pypy3 -c 'import os.path'
Depends: pypy3
Restrictions: superficial

Test-Command: pypy3 -c 'import tkinter'
Depends: pypy3-tk
Restrictions: superficial
