python-pytestcov: add missing dependencies

This commit is contained in:
Daiderd Jordan 2017-05-01 23:37:28 +02:00
parent f4289c8b19
commit bf64f96e7f
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -5509,7 +5509,8 @@ in {
sha256 = "fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f";
};
buildInputs = with self; [ covCore pytest virtualenv process-tests helper ];
propagatedBuildInputs = with self; [ pytest coverage ];
buildInputs = with self; [ covCore virtualenv process-tests helper ];
doCheck = false;
checkPhase = ''