pythonPackages.entrypoints: Fix buildInputs (#39449)
This commit is contained in:
parent
a8fc951404
commit
b75b5cdc79
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [] ++ lib.optional (!isPy3k) [ configparser ];
|
||||
propagatedBuildInputs = lib.optional (!isPy3k) configparser;
|
||||
|
||||
checkPhase = ''
|
||||
py.test tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user