python310Packages.pyblackbird: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-03-16 11:34:30 +01:00 committed by GitHub
parent 92149fb1ee
commit a81427641e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";