Unverified Commit 53058d1d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.m3u8: add format

- disable on unsupported Python releases
parent 8379f8a6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,11 +4,15 @@
, iso8601
, bottle
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
  pname = "m3u8";
  version = "3.6.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "globocom";