python311Packages.dvc-http: refactor
This commit is contained in:
parent
dcb9d49021
commit
9f0055a3c2
1 changed files with 4 additions and 4 deletions
|
@ -13,22 +13,22 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "dvc-http";
|
||||
version = "2.32.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
repo = "dvc-http";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ru/hOFv/RcS/7SBpTJU8xFxdllmaiH4dV1ouS6GGKkY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp-retry
|
||||
dvc-objects
|
||||
fsspec
|
||||
|
|
Loading…
Reference in a new issue