diff options
Diffstat (limited to 'testing/py-osourcer/APKBUILD')
-rw-r--r-- | testing/py-osourcer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-osourcer/APKBUILD b/testing/py-osourcer/APKBUILD index fc9bf9558f..0a3c1727b3 100644 --- a/testing/py-osourcer/APKBUILD +++ b/testing/py-osourcer/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Tool to manage licenses in source code" url="http://github.com/dnarvaez/osourcer" arch="noarch" license="ASL 2.0" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |