python3Packages.jsonschema: use pyproject format
This commit is contained in:
committed by
Martin Weinelt
parent
93de9979d2
commit
ca0720cb16
@@ -14,6 +14,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonschema";
|
||||
version = "4.4.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user