mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
python3Packages.pooch: use pyproject format
This commit is contained in:
parent
b1ff4fbad9
commit
204c75581f
@ -12,6 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "pooch";
|
||||
version = "1.6.0";
|
||||
format = "pyproject";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
|
Loading…
Reference in New Issue
Block a user