diff options
Diffstat (limited to 'testing/py-tzlocal/APKBUILD')
-rw-r--r-- | testing/py-tzlocal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-tzlocal/APKBUILD b/testing/py-tzlocal/APKBUILD index 66a8aaf21a..0cfa9dc5d0 100644 --- a/testing/py-tzlocal/APKBUILD +++ b/testing/py-tzlocal/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Python tzinfo object for the local timezone" url="http://pytz.sourceforge.net/" arch="noarch" license="CC0 1.0" -depends="python py-tz" +depends="python2 py-tz" depends_dev="" makedepends="python2-dev py-setuptools" install="" |