[Git][NTPsec/ntpsec][path-check] Removed check for PYTHONDIR. Only PYTHONARCHDIR left.
Ian Bruene
gitlab at mg.gitlab.com
Fri Aug 31 17:12:46 UTC 2018
Ian Bruene pushed to branch path-check at NTPsec / ntpsec
Commits:
26306ee0 by Ian Bruene at 2018-08-31T17:12:17Z
Removed check for PYTHONDIR. Only PYTHONARCHDIR left.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
@@ -1101,9 +1101,6 @@ def build(ctx):
print("--- PYTHONPATH is not set, "
"loading the Python ntp library may be troublesome ---")
else:
- if conf.env.PYTHONDIR not in os.environ["PYTHONPATH"]:
- print("--- PYTHONDIR not in PYTHONPATH"
- "loading the Python ntp library may be troublesome ---")
if conf.env.PYTHONARCHDIR not in os.environ["PYTHONPATH"]:
print("--- PYTHONDARCHIR not in PYTHONPATH"
"loading the Python ntp library may be troublesome ---")
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/26306ee0a224d7b77bae29ae91ecb7557f2074b4
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/26306ee0a224d7b77bae29ae91ecb7557f2074b4
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180831/81105722/attachment.html>
More information about the vc
mailing list