mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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";
|
||||
};
|
||||
|
||||
# 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 = {
|
||||
description = "A package for easily working with US and state metadata";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user