Merge pull request #249801 from tjni/schwifty
python3.pkgs.schwifty: add missing build dependencies
This commit is contained in:
commit
390bbd670c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user