Unverified Commit 18614a25 authored by natsukium's avatar natsukium
Browse files

python312Packages.ftfy: modernize attribute names

parent 2b43b3fa
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,9 +27,11 @@ buildPythonPackage rec {
    hash = "sha256-ebUFmI8p1XelipBpr+dVU6AqRuQt5gkcBmDNxngSutw=";
  };

  nativeBuildInputs = [ poetry-core ];
  build-system = [ poetry-core ];

  propagatedBuildInputs = [ wcwidth ];
  dependencies = [ wcwidth ];

  pythonImportsCheck = [ "ftfy" ];

  nativeCheckInputs = [
    versionCheckHook