diff options
Diffstat (limited to 'xraylarch')
-rwxr-xr-x | xraylarch/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index 9eefa3af..d1c1d567 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -8,7 +8,8 @@ url="http://xraypy.github.io/xraylarch/" license=('BSD') groups=() depends=( - 'python2' + 'python2>=2.7' + 'python2<2.8' 'python2-asteval>=0.9.12' 'python2-backports.functools_lru_cache' # 'python2-epics>=3.2.4' |