diff options
Diffstat (limited to 'community/py-jellyfish/APKBUILD')
-rw-r--r-- | community/py-jellyfish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-jellyfish/APKBUILD b/community/py-jellyfish/APKBUILD index 60e305156b..fa2572c4fd 100644 --- a/community/py-jellyfish/APKBUILD +++ b/community/py-jellyfish/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="" depends_dev="" -makedepends="$depends_dev python-dev py-setuptools" +makedepends="$depends_dev python2-dev py-setuptools" install="" subpackages="" source="jellyfish-$pkgver.tar.gz::https://github.com/jamesturk/jellyfish/archive/$pkgver.tar.gz" |