Merge pull request #298046 from amarshall/python-leather-fix-build

python3Packages.leather: fix build
This commit is contained in:
Martin Weinelt 2024-03-22 14:58:09 +01:00 committed by GitHub
commit f5d01c67cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 8 deletions

View File

@ -4,7 +4,7 @@
, six
, cssselect
, lxml
, nose
, pytestCheckHook
}:
buildPythonPackage rec {
@ -22,15 +22,9 @@ buildPythonPackage rec {
nativeCheckInputs = [
cssselect
lxml
nose
pytestCheckHook
];
checkPhase = ''
runHook preCheck
nosetests
runHook postCheck
'';
meta = with lib; {
homepage = "http://leather.rtfd.io";
description = "Python charting library";