Skip to content

Commit

Permalink
[sonic-yang-models/setup.py]: Making path of pre-installed pacakges r…
Browse files Browse the repository at this point in the history
…elative. (#4430)

Signed-off-by: Praveen Chaudhary [email protected]
  • Loading branch information
Praveen Chaudhary authored Apr 16, 2020
1 parent 89fb105 commit df7acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-yang-models/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sys import exit

# find path of pkgs from environment vars
prefix = '/sonic'; debs = environ["STRETCH_DEBS_PATH"]
prefix = '../../'; debs = environ["STRETCH_DEBS_PATH"]
deps_path = '{}/{}'.format(prefix, debs)
# dependencies
libyang = '{}/{}'.format(deps_path, environ["LIBYANG"])
Expand Down

0 comments on commit df7acdb

Please sign in to comment.