python3Packages.prov: update dependencies
This commit is contained in:
parent
762622c3c9
commit
b17123a0de
@ -4,11 +4,8 @@
|
|||||||
, lxml
|
, lxml
|
||||||
, networkx
|
, networkx
|
||||||
, dateutil
|
, dateutil
|
||||||
, six
|
|
||||||
, pydotplus
|
|
||||||
, rdflib
|
, rdflib
|
||||||
, pydot
|
, pydot
|
||||||
, glibcLocales
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -20,28 +17,17 @@ buildPythonPackage rec {
|
|||||||
sha256 = "b6438f2195ecb9f6e8279b58971e02bc51814599b5d5383366eef91d867422ee";
|
sha256 = "b6438f2195ecb9f6e8279b58971e02bc51814599b5d5383366eef91d867422ee";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace setup.py --replace "six==1.10.0" "six>=1.10.0"
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
lxml
|
lxml
|
||||||
networkx
|
networkx
|
||||||
dateutil
|
dateutil
|
||||||
six
|
|
||||||
pydotplus
|
|
||||||
rdflib
|
rdflib
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pydot
|
pydot
|
||||||
glibcLocales
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
|
||||||
export LC_ALL="en_US.utf-8"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python library for W3C Provenance Data Model (PROV)";
|
description = "A Python library for W3C Provenance Data Model (PROV)";
|
||||||
homepage = "https://github.com/trungdong/prov";
|
homepage = "https://github.com/trungdong/prov";
|
||||||
|
Loading…
Reference in New Issue
Block a user