Merge pull request #74867 from Pamplemousse/fix_progressbar2
pythonPackage.progressbar2: Fix
This commit is contained in:
commit
0b2d9ab56d
@ -23,11 +23,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "7538d02045a1fd3aa2b2834bfda463da8755bd3ff050edc6c5ddff3bc616215f";
|
sha256 = "7538d02045a1fd3aa2b2834bfda463da8755bd3ff050edc6c5ddff3bc616215f";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
rm -r tests/__pycache__
|
|
||||||
rm tests/*.pyc
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-utils ];
|
propagatedBuildInputs = [ python-utils ];
|
||||||
nativeBuildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user