python311Packages.scancode-toolkit: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 09:28:38 +01:00 committed by GitHub
parent 81e20bf21d
commit 0aa77ce90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -72,11 +72,11 @@ buildPythonPackage rec {
dontConfigure = true;
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
attrs
beautifulsoup4
bitarray