python313Packages.debian-inspector: removed disabled
Removed the restriction on Python version 3.7.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
commoncode,
|
||||
pytestCheckHook,
|
||||
setuptools-scm,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -15,8 +14,6 @@ buildPythonPackage rec {
|
||||
version = "31.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "debian_inspector";
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user