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
|
, requests
|
||||||
, wsgiprox
|
, wsgiprox
|
||||||
, multidict
|
, multidict
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "warcio";
|
pname = "warcio";
|
||||||
version = "1.7.4";
|
version = "1.7.4";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "webrecorder";
|
owner = "webrecorder";
|
||||||
|
|
Loading…
Reference in a new issue