Skip to content

Commit

Permalink
python3Packages.slack-sdk: fix build
Browse files Browse the repository at this point in the history
`python3Packages.databases` is broken due to encode/databases#530. Luckily, it turns out that `databases` was not a necessary dependency anyways. See slackapi/python-slack-sdk#1388.
  • Loading branch information
samuela committed Jul 15, 2023
1 parent 27fcd46 commit f9236b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/slack-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, boto3
, buildPythonPackage
, codecov
, databases
, fetchFromGitHub
, flake8
, flask-sockets
Expand Down Expand Up @@ -44,7 +43,6 @@ buildPythonPackage rec {

nativeCheckInputs = [
codecov
databases
flake8
flask-sockets
moto
Expand Down

0 comments on commit f9236b3

Please sign in to comment.