Skip to content

Commit

Permalink
python3Packages.sopel: propagate setuptools
Browse files Browse the repository at this point in the history
This fixes a "No module named 'pkg_resources'" error.
  • Loading branch information
code-asher committed Apr 15, 2024
1 parent 750bea5 commit 531ff01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/sopel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
, pythonOlder
, pytz
, sqlalchemy
, setuptools
, xmltodict
}:

Expand Down Expand Up @@ -43,6 +44,7 @@ buildPythonPackage rec {
pygeoip
pytz
sqlalchemy
setuptools # Needed for pkg_resources.
xmltodict
];

Expand Down

0 comments on commit 531ff01

Please sign in to comment.