python312Packages.bacpypes: disable
This commit is contained in:
parent
a87a8029e0
commit
ab8a19b82f
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, wheel
|
||||
, pytestCheckHook
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
|
@ -11,7 +12,8 @@ buildPythonPackage rec {
|
|||
version = "0.18.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
# uses the removed asyncore module
|
||||
disabled = pythonOlder "3.9" || pythonAtLeast "3.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "JoelBender";
|
||||
|
|
Loading…
Reference in a new issue