mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.geoparquet: fix build
(cherry picked from commit fe87195f04)
This commit is contained in:
committed by
github-actions[bot]
parent
a87ddc5b43
commit
86063f75a9
@@ -11,7 +11,7 @@
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
buildPythonPackage rec {
|
||||
pname = "geoparquet";
|
||||
version = "0.7.5";
|
||||
pyproject = true;
|
||||
@@ -23,6 +23,11 @@ buildPythonPackage {
|
||||
hash = "sha256-WGZfDQh7Abh83n8jsCGr41IlKKq7QVDlauuWi20llh8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail 'version="0.0.3"' 'version="${version}"'
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user