Unverified Commit 32d76082 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.universal-pathlib: refactor

parent 6a7bc204
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
buildPythonPackage rec {
  pname = "universal-pathlib";
  version = "0.2.4";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -21,12 +21,12 @@ buildPythonPackage rec {
    hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
  ];

  propagatedBuildInputs = [ fsspec ];
  dependencies = [ fsspec ];

  pythonImportsCheck = [ "upath" ];