Skip to content

Commit

Permalink
Merge pull request #249801 from tjni/schwifty
Browse files Browse the repository at this point in the history
python3.pkgs.schwifty: add missing build dependencies
  • Loading branch information
natsukium authored Aug 18, 2023
2 parents 99f84b5 + 48fb6b9 commit 390bbd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/python-modules/schwifty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
, pytestCheckHook
, pytest-cov
, pythonOlder
, setuptools
, setuptools-scm
, wheel
}:

buildPythonPackage rec {
Expand All @@ -22,6 +25,12 @@ buildPythonPackage rec {
hash = "sha256-hDNAoITt2Ak5aVWmMgqg2oA9rDFsiuum5JXc7v7sspU=";
};

nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];

propagatedBuildInputs = [
iso3166
pycountry
Expand Down

0 comments on commit 390bbd6

Please sign in to comment.