diff options
author | Erich Eckner <git@eckner.net> | 2019-01-14 14:05:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-14 14:05:18 +0100 |
commit | 899f961077329f4e6206accbcc412b09f3a966e7 (patch) | |
tree | 632c478d8823b9c95c063b44ffd7caaf0ca2bf57 /python-postpic | |
parent | 265dbcb448aad35c1a5b944454b025466bf1a5d8 (diff) | |
download | archlinuxewe-899f961077329f4e6206accbcc412b09f3a966e7.tar.xz |
python-postpic: remove obsolete dep
Diffstat (limited to 'python-postpic')
-rw-r--r-- | python-postpic/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python-postpic/PKGBUILD b/python-postpic/PKGBUILD index b7605745d..39a256131 100644 --- a/python-postpic/PKGBUILD +++ b/python-postpic/PKGBUILD @@ -81,7 +81,6 @@ package_python-postpic() { package_python2-postpic() { depends=( "${_deppy2[@]}" - "${_depends[@]}" "${_depends[@]/python/python2}" ) optdepends=("${_optdepends[@]/python/python2}") |