python3Packages.pooch: use pyproject format

This commit is contained in:
Martin Weinelt 2022-03-08 22:36:07 +01:00
parent b1ff4fbad9
commit 204c75581f

View file

@ -12,6 +12,7 @@
buildPythonPackage rec {
pname = "pooch";
version = "1.6.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {