python3Packages.tablib: fix build
This commit is contained in:
parent
57ec7f574e
commit
0e9fcd6e85
|
@ -2,6 +2,7 @@
|
||||||
, odfpy
|
, odfpy
|
||||||
, openpyxl
|
, openpyxl
|
||||||
, pandas
|
, pandas
|
||||||
|
, setuptools-scm
|
||||||
, pytest
|
, pytest
|
||||||
, pytestcov
|
, pytestcov
|
||||||
, pyyaml
|
, pyyaml
|
||||||
|
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d";
|
sha256 = "f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ setuptools-scm ];
|
||||||
propagatedBuildInputs = [ xlwt openpyxl pyyaml xlrd odfpy ];
|
propagatedBuildInputs = [ xlwt openpyxl pyyaml xlrd odfpy ];
|
||||||
checkInputs = [ pytest pytestcov unicodecsv pandas ];
|
checkInputs = [ pytest pytestcov unicodecsv pandas ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue