mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-04 06:42:33 +03:00
python3.pkgs.astral: add missing freezegun
This commit is contained in:
parent
ab2c7a29e7
commit
407897c65a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, isPy27, pytz, requests, pytest }:
|
{ stdenv, buildPythonPackage, fetchPypi, isPy27, pytz, requests, pytest, freezegun }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "astral";
|
pname = "astral";
|
||||||
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe";
|
sha256 = "e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytz requests ];
|
propagatedBuildInputs = [ pytz requests freezegun ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue