python312Packages.env-canada: refactor

This commit is contained in:
Fabian Affolter 2024-05-03 01:18:06 +02:00 committed by GitHub
parent 33a84830a5
commit eab9b27a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,14 @@
, pytestCheckHook , pytestCheckHook
, python-dateutil , python-dateutil
, pythonOlder , pythonOlder
, setuptools
, voluptuous , voluptuous
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "env-canada"; pname = "env-canada";
version = "0.6.2"; version = "0.6.2";
format = "setuptools"; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -27,7 +28,11 @@ buildPythonPackage rec {
hash = "sha256-2lrZpjOdijE/udGRzUXT63xI+f9yI+04arfWdt6fMSA="; hash = "sha256-2lrZpjOdijE/udGRzUXT63xI+f9yI+04arfWdt6fMSA=";
}; };
propagatedBuildInputs = [ build-system = [
setuptools
];
dependencies = [
aiohttp aiohttp
geopy geopy
imageio imageio