python3Packages.prompt_toolkit: propagate six

This commit is contained in:
Martin Weinelt 2022-04-15 01:08:20 +02:00
parent b66f4f6d8f
commit 56a90cd791

View file

@ -3,6 +3,7 @@
, fetchPypi
, pytestCheckHook
, pythonOlder
, six
, wcwidth
}:
@ -20,6 +21,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
six
wcwidth
];