Merge pull request #249801 from tjni/schwifty

python3.pkgs.schwifty: add missing build dependencies
This commit is contained in:
OTABI Tomoya 2023-08-18 10:29:42 +09:00 committed by GitHub
commit 390bbd670c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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