diff options
author | Erich Eckner <git@eckner.net> | 2020-02-12 14:53:38 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-12 14:53:38 +0100 |
commit | eca5388315cddf236780399b1799db6ba0153d01 (patch) | |
tree | ede0aa86eae99d98440a017c054f7ec96a4e82a3 /python-fabio | |
parent | 3e179652166434788e80d416cee9fa9a972c4741 (diff) | |
download | archlinuxewe-eca5388315cddf236780399b1799db6ba0153d01.tar.xz |
clean up PKGBUILDs : no duplicate makedepends and depends anymore
Diffstat (limited to 'python-fabio')
-rw-r--r-- | python-fabio/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD index 7d37112bf..63c2516a2 100644 --- a/python-fabio/PKGBUILD +++ b/python-fabio/PKGBUILD @@ -25,7 +25,6 @@ _depends=( 'python-sphinx' 'python-sphinxcontrib-programoutput') _makedepends=( - 'cython' 'python-setuptools') _optdepends=('python-pyqt4: for the fabio_viewer program') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") |