diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 20:00:00 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 20:00:06 +0100 |
commit | a8c215ca65b8dde0d15973528eba5e765810bcd5 (patch) | |
tree | 8b115b58e50892bc8ad2ca1db0001fa1efe29654 | |
parent | 48fc39f7e2e2778a4cf4c0cc16e8a5f5d455893f (diff) |
[pkg] find links in leap.se downloads instead
workaround for some error that makes devpi upload an empty package.
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index b311214..daaa639 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -28,7 +28,7 @@ $VIRTUAL_ENV/bin/pip uninstall leap.bitmask $VIRTUAL_ENV/bin/pip install . # install pixelated from kali dev repo until assets get packaged. -pip install pixelated_www pixelated_user_agent --find-links https://devpi.net/kali/dev +pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ make bundle make bundle_gpg |