python3Packages.jsonschema: use pyproject format

This commit is contained in:
Jonathan Ringer 2022-01-13 23:39:54 -08:00 committed by Martin Weinelt
parent 93de9979d2
commit ca0720cb16

View File

@ -14,6 +14,7 @@
buildPythonPackage rec {
pname = "jsonschema";
version = "4.4.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;