errbot: use python39

This commit is contained in:
Robert Schütz 2022-06-05 22:09:07 +00:00 committed by Jonathan Ringer
parent 51fd3fec9e
commit b10d49ee09
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0
2 changed files with 7 additions and 27 deletions

View file

@ -1,32 +1,12 @@
{ lib
, ansi
, buildPythonApplication
, colorlog
, daemonize
, deepmerge
, dulwich
, fetchFromGitHub
, flask
, glibcLocales
, hypchat
, irc
, jinja2
, markdown
, mock
, pyasn1
, pyasn1-modules
, pygments
, pygments-markdown-lexer
, pyopenssl
, pytestCheckHook
, requests
, slackclient
, sleekxmpp
, telegram
, webtest
, python39
}:
buildPythonApplication rec {
let
python3 = python39;
in python3.pkgs.buildPythonApplication rec {
pname = "errbot";
version = "6.1.7";
@ -41,7 +21,7 @@ buildPythonApplication rec {
buildInputs = [ glibcLocales ];
propagatedBuildInputs = [
propagatedBuildInputs = with python3.pkgs; [
ansi
colorlog
daemonize
@ -64,7 +44,7 @@ buildPythonApplication rec {
webtest
];
checkInputs = [
checkInputs = with python3.pkgs; [
mock
pytestCheckHook
];

View file

@ -26079,7 +26079,7 @@ with pkgs;
eq10q = callPackage ../applications/audio/eq10q { };
errbot = python3Packages.callPackage ../applications/networking/errbot { };
errbot = callPackage ../applications/networking/errbot { };
espeak-classic = callPackage ../applications/audio/espeak { };