diff options
author | Erich Eckner <git@eckner.net> | 2019-06-18 22:33:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-18 22:33:50 +0200 |
commit | 35d6300ca9e3449261b1718f8abdac9e9f1c3ce3 (patch) | |
tree | 8c75539799a58497fe94c9656a82059acdecd1d2 /python-pyfai | |
parent | ab1d66b746f852212a038b5c5efe82852df4f007 (diff) | |
download | archlinuxewe-35d6300ca9e3449261b1718f8abdac9e9f1c3ce3.tar.xz |
python-pyfai should not depend on itself
Diffstat (limited to 'python-pyfai')
-rw-r--r-- | python-pyfai/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index d937b2e67..0d085e008 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -26,7 +26,6 @@ _depends=( 'python-matplotlib' 'python-numexpr' 'python-numpy' - 'python-pyfai' 'python-scipy' 'python-silx') _makedepends=( |