ansible-doctor: fix build by removing outdated rm

This commit is contained in:
Sandro Jäckel 2025-02-10 17:54:19 +01:00
parent b22a08744b
commit 30d200056d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -46,10 +46,6 @@ python3.pkgs.buildPythonApplication rec {
ruamel-yaml
];
postInstall = ''
rm $out/lib/python*/site-packages/LICENSE
'';
# Module has no tests
doCheck = false;