Remove six dependency, not needed anymore

This commit is contained in:
Jonas Heinrich 2022-08-29 22:16:53 +02:00 committed by GitHub
parent cda1c9e5ad
commit bae4911dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k, six, flask, pygments, dulwich, httpauth, humanize, pytest, requests, python-ctags3, mock }:
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k, flask, pygments, dulwich, httpauth, humanize, pytest, requests, python-ctags3, mock }:
buildPythonPackage rec {
pname = "klaus";
@ -17,7 +17,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
six flask pygments dulwich httpauth humanize
flask pygments dulwich httpauth humanize
];
checkInputs = [