python311Packages.adlfs: fix build
This commit is contained in:
parent
ce78b8a0c1
commit
1bb2d72a78
1 changed files with 9 additions and 2 deletions
|
@ -8,12 +8,14 @@
|
|||
, fetchFromGitHub
|
||||
, fsspec
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "adlfs";
|
||||
version = "2024.2.0";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -24,7 +26,12 @@ buildPythonPackage rec {
|
|||
hash = "sha256-/Qakr7ISlzDqunoshUf8mpWCvFXOH3haUx/C79j4RZA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
azure-core
|
||||
azure-datalake-store
|
||||
|
|
Loading…
Reference in a new issue