Merge pull request #309741 from annaleeleaves/pathy-revert

python311Packages.{pathlib-abc,weasel}: {revert, relax deps}
This commit is contained in:
Weijia Wang
2024-05-07 11:32:39 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pathlib-abc";
version = "0.2.0";
version = "0.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4=";
};
build-system = [
@@ -33,6 +33,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"cloudpathlib"
"smart-open"
"typer"
];
nativeBuildInputs = [