fix python script missing import

This commit is contained in:
Jonas Heinrich 2025-03-12 12:23:31 +01:00
parent e3270ca7b1
commit 5e842eed2f
2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,6 @@
python
requests
beautifulsoup4
pyyaml
];
installPhase = ''
@ -51,7 +50,6 @@
python
requests
beautifulsoup4
pyyaml
];
});