Skip to content

Commit

Permalink
wheel-env.mk: bazarr+python310: Fix git+https type URL-based req
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 2, 2022
1 parent e73f644 commit abcd69a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions mk/spksrc.wheel-env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ install_python_wheel:
if stat -t requirements*.txt >/dev/null 2>&1; then \
cp requirements*.txt $(STAGING_INSTALL_WHEELHOUSE) ; \
cat requirements*.txt >> $(STAGING_INSTALL_WHEELHOUSE)/$(WHEELS_DEFAULT) ; \
sed -i -e '/^#/! s/^.*egg=//g' $(STAGING_INSTALL_WHEELHOUSE)/requirements*.txt ; \
sort -u -o $(STAGING_INSTALL_WHEELHOUSE)/$(WHEELS_DEFAULT) $(STAGING_INSTALL_WHEELHOUSE)/$(WHEELS_DEFAULT) ; \
fi ; \
if stat -t *.whl >/dev/null 2>&1; then \
Expand Down
4 changes: 2 additions & 2 deletions spk/bazarr/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Download bazarr from github directly as not available on pypi
# Current not supported:
# https://github.com/morpheus65535/bazarr/issues/1648
# git+https://github.com/morpheus65535/bazarr@v1.0.2#egg=bazarr
# git+https://github.com/morpheus65535/bazarr@v1.0.2#egg=bazarr==1.0.2

greenlet==1.1.2
numpy==1.22.0

# webrtcvad==2.0.10 # requires unreleased version at specific commit for qoriq arch
git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad
git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad==2.0.10
2 changes: 1 addition & 1 deletion spk/python310/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
# numpy==1.22.0

# webrtcvad==2.0.10 # requires unreleased version at specific commit for qoriq arch
# git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad
# git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad==2.0.10

0 comments on commit abcd69a

Please sign in to comment.