diff options
Diffstat (limited to 'testing/py-blinker/APKBUILD')
-rw-r--r-- | testing/py-blinker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-blinker/APKBUILD b/testing/py-blinker/APKBUILD index ab57a8eeb5..c7b08a32fb 100644 --- a/testing/py-blinker/APKBUILD +++ b/testing/py-blinker/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Fast, simple object-to-object and broadcast signalling" url="http://pypi.python.org/pypi/blinker" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |