forked from mirrors/nixpkgs
diceware: add missing 'setuptools' to propagatedBuildInputs
This commit is contained in:
parent
6b11080f9f
commit
f641fca688
|
@ -15,6 +15,8 @@ buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
|
||||
propagatedBuildInputs = [ setuptools ];
|
||||
|
||||
checkInputs = [ coverage pytest ];
|
||||
|
||||
# see https://github.com/ulif/diceware/commit/a7d844df76cd4b95a717f21ef5aa6167477b6733
|
||||
|
|
Loading…
Reference in a new issue