pythonPackages.us: fix build
Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
This commit is contained in:
parent
f38e8c0e96
commit
a7166cdc35
@ -15,6 +15,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1niglalkp7pinibzbxjdz9mxx9qmwkrh8884dag3kr72cfkrpp09";
|
sha256 = "1niglalkp7pinibzbxjdz9mxx9qmwkrh8884dag3kr72cfkrpp09";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Upstream requires jellyfish==0.5.6 but we have 0.6.1
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace "jellyfish==" "jellyfish>="
|
||||||
|
'';
|
||||||
|
|
||||||
|
doCheck = false; # pypi version doesn't include tests
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A package for easily working with US and state metadata";
|
description = "A package for easily working with US and state metadata";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user