python312Packages.awswrangler: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 08:35:10 +01:00 committed by GitHub
parent 0a0e9ec3e9
commit 8dc27b1085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "awswrangler";
version = "3.7.2";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -37,11 +37,11 @@ buildPythonPackage rec {
hash = "sha256-1eb2oTiRNxA2XTpkScA5WJutN5P6FX96jC4Ra9VdonI=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
boto3
gremlinpython
jsonpath-ng