diff options
Diffstat (limited to 'testing/py-ludibrio/APKBUILD')
-rw-r--r-- | testing/py-ludibrio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ludibrio/APKBUILD b/testing/py-ludibrio/APKBUILD index cd38c11b83..6ec89afef0 100644 --- a/testing/py-ludibrio/APKBUILD +++ b/testing/py-ludibrio/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Platform for test doubles in Python" url="https://github.com/nsigustavo/ludibrio" arch="noarch" license="GPL" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |