Skip to content

Commit

Permalink
python3.pkgs.astral: add missing freezegun
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 19, 2020
1 parent ab2c7a2 commit 407897c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/astral/default.nix
@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, isPy27, pytz, requests, pytest }:
{ stdenv, buildPythonPackage, fetchPypi, isPy27, pytz, requests, pytest, freezegun }:

buildPythonPackage rec {
pname = "astral";
Expand All @@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe";
};

propagatedBuildInputs = [ pytz requests ];
propagatedBuildInputs = [ pytz requests freezegun ];

checkInputs = [ pytest ];
checkPhase = ''
Expand Down

0 comments on commit 407897c

Please sign in to comment.