diff options
author | Erich Eckner <git@eckner.net> | 2017-01-06 11:12:38 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-01-06 11:12:38 +0100 |
commit | 062009505bbe07ee8c788011a13256666b222f75 (patch) | |
tree | 5f811a0e136096f5a4bbd3888f3fb0ed0cb78d77 /xraylarch/PKGBUILD | |
parent | 612b096e7bc2aa4afe2520a54295d53179e05711 (diff) | |
download | archlinuxewe-062009505bbe07ee8c788011a13256666b222f75.tar.xz |
xraylarch: clarify opt-depends
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 d1422422a..33e6bf6b1 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -28,7 +28,7 @@ optdepends=( 'python2-fabio: needed for xrd modules' 'python2-nose: needed for testing tools' 'python2-pyFAI: needed for xrd modules' - 'python2-requests: needed for xrd modules' + 'python2-requests: needed for graphics, plotting and xrd modules' 'python2-termcolor: needed for color-enhanced error messages' 'python2-xrayutilities: needed for xrd modules' 'python2-yaml: needed for graphics and plotting' |