python311Packages.cyclonedx-python-lib: refactor

This commit is contained in:
Fabian Affolter 2024-01-23 18:54:23 +01:00 committed by GitHub
parent f8979b0d25
commit b8ea361606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "6.4.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";