diff options
Diffstat (limited to 'testing/flawfinder')
-rw-r--r-- | testing/flawfinder/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/flawfinder/APKBUILD b/testing/flawfinder/APKBUILD index e9d4519bf5..55b3e3fb19 100644 --- a/testing/flawfinder/APKBUILD +++ b/testing/flawfinder/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Examines C/C++ source code for security flaws" url="http://www.dwheeler.com/flawfinder/" arch="noarch" license="GPL2" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev" install="" |