aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-flake8
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-01 15:40:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-01 15:40:11 -0300
commitc4b7c9cc55908c0f102fa78dc08a6974d0a21b95 (patch)
treedd832318ed2f1218e4819216a8658dbc9889c57e /community/py3-flake8
parentdde4ef563c7f95fe0991a76e5e3d06f5aa469c9f (diff)
downloadaports-c4b7c9cc55908c0f102fa78dc08a6974d0a21b95.tar.bz2
aports-c4b7c9cc55908c0f102fa78dc08a6974d0a21b95.tar.xz
community/py3-flake8: remove superfluous depends=
Diffstat (limited to 'community/py3-flake8')
-rw-r--r--community/py3-flake8/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/py3-flake8/APKBUILD b/community/py3-flake8/APKBUILD
index 425e9b04fd..594e0583ea 100644
--- a/community/py3-flake8/APKBUILD
+++ b/community/py3-flake8/APKBUILD
@@ -26,8 +26,6 @@ check() {
}
package() {
- depends="$depends py3-flake8"
-
mkdir -p "$pkgdir"/usr/bin
ln -s flake8 "$pkgdir"/usr/bin/flake8-3