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

python310Packages.pyblackbird: disable on unsupported Python releases

parent 92149fb1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,11 +3,15 @@
, fetchFromGitHub
, pyserial
, pyserial-asyncio
, pythonOlder
}:

buildPythonPackage rec {
  pname = "pyblackbird";
  version = "0.6";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "koolsb";