lol

python310Packages.pyblackbird: disable on unsupported Python releases

authored by

Fabian Affolter and committed by
GitHub
a8142764 92149fb1

+4
+4
pkgs/development/python-modules/pyblackbird/default.nix
··· 3 3 , fetchFromGitHub 4 4 , pyserial 5 5 , pyserial-asyncio 6 + , pythonOlder 6 7 }: 7 8 8 9 buildPythonPackage rec { 9 10 pname = "pyblackbird"; 10 11 version = "0.6"; 12 + format = "setuptools"; 13 + 14 + disabled = pythonOlder "3.7"; 11 15 12 16 src = fetchFromGitHub { 13 17 owner = "koolsb";