Commit 7e8ae922 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.warcio: add format

- disable on unsupported Python releases
parent 1224c9fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,11 +9,15 @@
, requests
, wsgiprox
, multidict
, pythonOlder
}:

buildPythonPackage rec {
  pname = "warcio";
  version = "1.7.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "webrecorder";