[Git][NTPsec/ntpsec][master] Deleted 1 commit: Add required Pyton version check.

Eric S. Raymond gitlab at mg.gitlab.com
Fri Aug 19 19:40:34 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
20b08819 by Eric S. Raymond at 2016-08-19T15:40:07-04:00
Add required Pyton version check.

- - - - -


1 changed file:

- pylib/wscript


Changes:

=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -3,6 +3,7 @@ def options(opt):
 
 def configure(conf):
         conf.load('python')
+	conf.check_python_version((2,6,0))
 
 def build(bld):
 	bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.',install_path='${PYTHONDIR}/ntp')



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/20b0881935c81bce9e6951c0bca904dc9d07a5c7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160819/bce5c5a4/attachment.html>


More information about the vc mailing list