diff options
Diffstat (limited to 'testing/py-sortedcontainers/APKBUILD')
-rw-r--r-- | testing/py-sortedcontainers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sortedcontainers/APKBUILD b/testing/py-sortedcontainers/APKBUILD index 8e83225f4a..473f888876 100644 --- a/testing/py-sortedcontainers/APKBUILD +++ b/testing/py-sortedcontainers/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-sortedcontainers _pkgname=sortedcontainers pkgver=2.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for sorting collections and containers" url="http://www.grantjenks.com/docs/sortedcontainers" arch="noarch" @@ -23,7 +23,7 @@ build() { check() { cd "$builddir" nosetests-2.7 - nosetests-3.6 + nosetests-$(python3 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))') } package() { |