python3Packages.rasterio: alphabetical reordering of dependencies

This commit is contained in:
Ivan Mincik
2023-11-29 17:01:58 +01:00
parent 9e2a2f3ac9
commit 5cc41dbdb9
@@ -1,26 +1,27 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, pythonOlder
, stdenv
, affine
, attrs
, boto3
, buildPythonPackage
, certifi
, click
, click-plugins
, cligj
, certifi
, cython_3
, fetchFromGitHub
, fetchpatch
, gdal
, hypothesis
, matplotlib
, ipython
, matplotlib
, numpy
, oldest-supported-numpy
, packaging
, pytest-randomly
, pytestCheckHook
, pythonOlder
, setuptools
, shapely
, snuggs
@@ -65,13 +66,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [
affine
attrs
certifi
click
click-plugins
cligj
certifi
numpy
snuggs
setuptools
snuggs
];
passthru.optional-dependencies = {
@@ -90,8 +91,8 @@ buildPythonPackage rec {
boto3
hypothesis
packaging
pytest-randomly
pytestCheckHook
pytest-randomly
shapely
];