fix python script missing import
This commit is contained in:
parent
e3270ca7b1
commit
5e842eed2f
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
|||
python
|
||||
requests
|
||||
beautifulsoup4
|
||||
pyyaml
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
|
@ -51,7 +50,6 @@
|
|||
python
|
||||
requests
|
||||
beautifulsoup4
|
||||
pyyaml
|
||||
];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue