diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-11 10:08:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-11 10:08:25 +0200 |
| commit | 8bf43a151f2f05860b70a7000038cda2a0dbd2ef (patch) | |
| tree | a205f3b4002a23fa0286f96af4e9bcb7ef404a3f /pkgs/development/python-modules/todoist-api-python | |
| parent | a57f123ca58f6133a409a7b2eaa9e0e694caa4df (diff) | |
python311Packages.todoist-api-python: remove attrs
Diffstat (limited to 'pkgs/development/python-modules/todoist-api-python')
| -rw-r--r-- | pkgs/development/python-modules/todoist-api-python/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/todoist-api-python/default.nix b/pkgs/development/python-modules/todoist-api-python/default.nix index 6b336642d8e7..d62f5b8ad2ac 100644 --- a/pkgs/development/python-modules/todoist-api-python/default.nix +++ b/pkgs/development/python-modules/todoist-api-python/default.nix @@ -1,5 +1,4 @@ { lib -, attrs , buildPythonPackage , fetchFromGitHub , fetchpatch @@ -39,7 +38,6 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ - attrs requests ]; |
