mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
python.pkgs.tempora: update propagatedBuildInputs
This commit is contained in:
parent
4a5de923af
commit
6ee974baa7
@ -1,6 +1,6 @@
|
||||
{ buildPythonPackage, fetchPypi
|
||||
{ lib, buildPythonPackage, fetchPypi
|
||||
, setuptools_scm
|
||||
, six, pytz}:
|
||||
, six, pytz, jaraco_functools }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tempora";
|
||||
@ -15,5 +15,11 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ setuptools_scm ];
|
||||
|
||||
propagatedBuildInputs = [ six pytz ];
|
||||
propagatedBuildInputs = [ six pytz jaraco_functools ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Objects and routines pertaining to date and time";
|
||||
homepage = https://github.com/jaraco/tempora;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user