diff options
Diffstat (limited to 'testing/py-tailer/APKBUILD')
-rw-r--r-- | testing/py-tailer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-tailer/APKBUILD b/testing/py-tailer/APKBUILD index eae90f2f33..ad665ced2f 100644 --- a/testing/py-tailer/APKBUILD +++ b/testing/py-tailer/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python tail is a simple implementation of GNU tail and head" url="https://github.com/six8/pytailer" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev" install="" |