python310Packages.dbus-python-client-gen: disable on unsupported Python releases
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
, into-dbus-python
|
||||
, dbus-python
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-python-client-gen";
|
||||
version = "0.8.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stratis-storage";
|
||||
|
||||
Reference in New Issue
Block a user