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

View File

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