add jsonschema dependency to artiq package #43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@sb10q I think you forgot to add
jsonschema
as a dependency for the ARTIQ package.It's a development-only dependency, which isn't included with the
artiq
package (just like e.g.migen
,misoc
andrustc
are also not included). Install it manually if you need it.