python313Packages.cyclonedx-python-lib: remove disabled
Removed dependency on pythonOlder and disabled condition for version 3.9.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
py-serializable,
|
||||
poetry-core,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requirements-parser,
|
||||
sortedcontainers,
|
||||
setuptools,
|
||||
@@ -26,8 +25,6 @@ buildPythonPackage rec {
|
||||
version = "11.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CycloneDX";
|
||||
repo = "cyclonedx-python-lib";
|
||||
|
||||
Reference in New Issue
Block a user