forked from mirrors/nixpkgs
python3Packages.importlib-resources: use pyproject format
This commit is contained in:
parent
67579d12ad
commit
1a22bd129a
|
@ -12,6 +12,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "importlib-resources";
|
||||
version = "5.6.0";
|
||||
format = "pyproject";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
|
|
Loading…
Reference in a new issue