diff options
author | Manish Vachharajani <manishv@unbounded.systems> | 2017-03-22 22:28:28 (GMT) |
---|---|---|
committer | Manish Vachharajani <manishv@unbounded.systems> | 2017-03-22 22:28:28 (GMT) |
commit | c5eead8a1737e6ef4a63dfba11226a4ae2fb9c98 (patch) | |
tree | 9e25ff4d6a4c9059798011508b02fc10533581a4 /debian | |
parent | 76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d (diff) | |
download | SCons-c5eead8a1737e6ef4a63dfba11226a4ae2fb9c98.zip SCons-c5eead8a1737e6ef4a63dfba11226a4ae2fb9c98.tar.gz SCons-c5eead8a1737e6ef4a63dfba11226a4ae2fb9c98.tar.bz2 |
Push version to Python 2.7 as minimum required.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index afba6f6..5fbf0eb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: scons Section: devel Priority: optional Maintainer: Moshe Zadka <moshez@debian.org> -Build-Depends-Indep: debhelper (>> 5.0.0), python-dev (>> 2.4) +Build-Depends-Indep: debhelper (>> 5.0.0), python-dev (>> 2.7) Standards-Version: 3.5.6 Package: scons |