mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python312Packages.webdav4: modernize
This commit is contained in:
parent
7b602b5456
commit
292a9bce10
@ -10,6 +10,7 @@
|
||||
httpx,
|
||||
pytest-xdist,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
wsgidav,
|
||||
@ -29,17 +30,12 @@ buildPythonPackage rec {
|
||||
hash = "sha256-LgWYgERRuUODFzUnC08kDJTVRx9vanJ+OU8sREEMVwM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace " --cov" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatch-vcs
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
httpx
|
||||
python-dateutil
|
||||
];
|
||||
@ -49,6 +45,7 @@ buildPythonPackage rec {
|
||||
colorama
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
wsgidav
|
||||
] ++ passthru.optional-dependencies.fsspec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user