python3.pkgs.pyerfa: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-19 09:25:02 -07:00
parent ce3d6fe59b
commit 5ecb666419
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -1,7 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, jinja2
, oldest-supported-numpy
, setuptools-scm
, wheel
, liberfa
, packaging
, numpy
@ -16,12 +19,15 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "2fd4637ffe2c1e6ede7482c13f583ba7c73119d78bef90175448ce506a0ede30";
hash = "sha256-L9Rjf/4sHm7edILBP1g7p8cxGdeL75AXVEjOUGoO3jA=";
};
nativeBuildInputs = [
jinja2
oldest-supported-numpy
packaging
setuptools-scm
wheel
];
propagatedBuildInputs = [