python310Packages.m3u8: add format
- disable on unsupported Python releases
This commit is contained in:
parent
8379f8a664
commit
53058d1d8e
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
||||||
, iso8601
|
, iso8601
|
||||||
, bottle
|
, bottle
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "m3u8";
|
pname = "m3u8";
|
||||||
version = "3.6.0";
|
version = "3.6.0";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "globocom";
|
owner = "globocom";
|
||||||
|
|
Loading…
Reference in a new issue