python311Packages.warcio: add format
- disable on unsupported Python releases
This commit is contained in:
parent
1224c9fe31
commit
7e8ae9222a
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue