python3.pkgs.schwifty: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-17 12:45:38 -07:00
parent b2d45d788a
commit 48fb6b9ca3
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -8,6 +8,9 @@
, pytestCheckHook
, pytest-cov
, pythonOlder
, setuptools
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@ -22,6 +25,12 @@ buildPythonPackage rec {
hash = "sha256-hDNAoITt2Ak5aVWmMgqg2oA9rDFsiuum5JXc7v7sspU=";
};
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [
iso3166
pycountry