python310Packages.anyio: fix cross

This commit is contained in:
Robert Schütz 2022-06-13 04:37:23 +00:00 committed by Jonathan Ringer
parent e3e091672f
commit ee5946b90f

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, fetchpatch
, pythonOlder
, setuptools
, setuptools-scm
, idna
, sniffio
@ -44,6 +45,7 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [
setuptools
setuptools-scm
];