Skip to content

Commit

Permalink
tvheadend: User req. file instead of passing module directly
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 17, 2021
1 parent 666852b commit 3418e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DSM_UI_DIR = app
export TVH_VERS

DEPENDS = cross/busybox cross/$(SPK_NAME) cross/zap2epg
WHEELS = certifi chardet requests urllib3
WHEELS = src/requirements.txt
SPK_DEPENDS = "python38"

MAINTAINER = th0ma7
Expand Down
4 changes: 4 additions & 0 deletions spk/tvheadend/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
certifi==2021.5.30
chardet==4.0.0
requests==2.25.1
urllib3==1.26.5

0 comments on commit 3418e25

Please sign in to comment.