diceware: add missing 'setuptools' to propagatedBuildInputs

This commit is contained in:
Jan Hrnko 2019-10-01 09:31:27 +02:00 committed by Matthieu Coudron
parent 6b11080f9f
commit f641fca688

View File

@ -15,6 +15,8 @@ buildPythonApplication rec {
nativeBuildInputs = [ pytestrunner ];
propagatedBuildInputs = [ setuptools ];
checkInputs = [ coverage pytest ];
# see https://github.com/ulif/diceware/commit/a7d844df76cd4b95a717f21ef5aa6167477b6733