File: update-python-dependencies.sh.in

package info (click to toggle)
isc-kea 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,036 kB
  • sloc: cpp: 594,791; sh: 26,896; lex: 8,540; yacc: 8,424; python: 1,065; xml: 149; makefile: 39
file content (11 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

if test '@HAVE_PIP_COMPILE@' = 'no'; then
    exit 0
fi

cd '@srcdir@'
@PIP_COMPILE@ --no-strip-extras --output-file=./src/requirements.txt \
    --rebuild --upgrade ./src/requirements.in