diff options
author | Erich Eckner <git@eckner.net> | 2019-04-13 21:46:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-13 21:46:50 +0200 |
commit | 96b5fc4f4b1f829ccf38b7db5adb36b1b0bc46e1 (patch) | |
tree | 19ca08a1ac949bf751025578b75edeb63e2b549b /xraylarch/PKGBUILD | |
parent | d8d93f8105ff462f0e89f0df69a1d498f000f8f2 (diff) | |
download | archlinuxewe-96b5fc4f4b1f829ccf38b7db5adb36b1b0bc46e1.tar.xz |
xraylarch: python2-epics heißt eigentlich python2-pyepics
Diffstat (limited to 'xraylarch/PKGBUILD')
-rwxr-xr-x | xraylarch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index ddc91169d..db6258052 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -12,7 +12,6 @@ depends=( 'python2<2.8' 'python2-asteval>=0.9.12' 'python2-backports.functools_lru_cache' - 'python2-epics>=3.2.4' 'python2-h5py>=2.4' 'python2-lmfit>=0.9.11' 'python2-matplotlib>=2.0' @@ -20,6 +19,7 @@ depends=( 'python2-peakutils>=1.0.0' 'python2-pillow>=3.4' 'python2-psutil' + 'python2-pyepics>=3.2.4' 'python2-pyfai>=0.12.0' 'python2-pyaml' 'python2-pyshortcuts' |