diff options
Diffstat (limited to 'testing/py-httreplay/APKBUILD')
-rw-r--r-- | testing/py-httreplay/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-httreplay/APKBUILD b/testing/py-httreplay/APKBUILD index 9812a23201..dcad93996d 100644 --- a/testing/py-httreplay/APKBUILD +++ b/testing/py-httreplay/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A HTTP replay library for testing" url="http://github.com/davepeck/httreplay" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |