Merge pull request #122489 from rmcgibbo/tablib

python3Packages.tablib: fix build
This commit is contained in:
Fabian Affolter 2021-05-11 08:03:31 +02:00 committed by GitHub
commit 06f7b90cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
, odfpy
, openpyxl
, pandas
, setuptools-scm
, pytest
, pytestcov
, pyyaml
@ -20,6 +21,7 @@ buildPythonPackage rec {
sha256 = "f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d";
};
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ xlwt openpyxl pyyaml xlrd odfpy ];
checkInputs = [ pytest pytestcov unicodecsv pandas ];