diff options
author | Erich Eckner <git@eckner.net> | 2018-08-07 08:05:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-07 08:08:20 +0200 |
commit | efc22702de0ff7fa08783283555af19359eafe8b (patch) | |
tree | 445c8511b65f62a649a4128868720eea497f100d /xraylarch | |
parent | adc8fff0989b8783bb022e68a87d1bf4b0d49d0a (diff) | |
download | archlinuxewe-efc22702de0ff7fa08783283555af19359eafe8b.tar.xz |
recompile all python packages
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 9eefa3af3..d1c1d5675 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' |