diff options
Diffstat (limited to 'common')
| -rwxr-xr-x | common/pkg/generate_wheels.sh | 2 | ||||
| -rwxr-xr-x | common/pkg/pip_install_requirements.sh | 2 | ||||
| -rw-r--r-- | common/pkg/requirements-latest.pip | 1 | 
3 files changed, 2 insertions, 3 deletions
diff --git a/common/pkg/generate_wheels.sh b/common/pkg/generate_wheels.sh index 496f8e01..a13e2c7a 100755 --- a/common/pkg/generate_wheels.sh +++ b/common/pkg/generate_wheels.sh @@ -7,7 +7,7 @@ if [ "$WHEELHOUSE" = "" ]; then  fi  pip wheel --wheel-dir $WHEELHOUSE pip -pip wheel --wheel-dir $WHEELHOUSE --allow-external dirspec --allow-unverified dirspec -r pkg/requirements.pip +pip wheel --wheel-dir $WHEELHOUSE -r pkg/requirements.pip  if [ -f pkg/requirements-testing.pip ]; then     pip wheel --wheel-dir $WHEELHOUSE -r pkg/requirements-testing.pip  fi diff --git a/common/pkg/pip_install_requirements.sh b/common/pkg/pip_install_requirements.sh index b97c826f..f4b5f67a 100755 --- a/common/pkg/pip_install_requirements.sh +++ b/common/pkg/pip_install_requirements.sh @@ -4,7 +4,7 @@  # Use at your own risk.  # See $usage for help -insecure_packages="dirspec" +insecure_packages=""  leap_wheelhouse=https://lizard.leap.se/wheels  show_help() { diff --git a/common/pkg/requirements-latest.pip b/common/pkg/requirements-latest.pip index 9b579503..396d77f1 100644 --- a/common/pkg/requirements-latest.pip +++ b/common/pkg/requirements-latest.pip @@ -1,5 +1,4 @@  --index-url https://pypi.python.org/simple/ ---allow-external dirspec  --allow-unverified dirspec  -e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common'  -e .  | 
