mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3Packages.pyexcel-xls: unbreak
This commit is contained in:
parent
b4833b346c
commit
c0a998de58
@ -30,7 +30,11 @@ buildPythonPackage rec {
|
||||
mock
|
||||
];
|
||||
|
||||
checkPhase = "nosetests";
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "xlrd<2" "xlrd<3"
|
||||
'';
|
||||
|
||||
checkPhase = "nosetests --exclude test_issue_151";
|
||||
|
||||
meta = {
|
||||
description = "A wrapper library to read, manipulate and write data in xls using xlrd and xlwt";
|
||||
|
Loading…
Reference in New Issue
Block a user