diff options
-rw-r--r-- | testing/py-itypes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-itypes/APKBUILD b/testing/py-itypes/APKBUILD index 94e8cb0955..8d68637004 100644 --- a/testing/py-itypes/APKBUILD +++ b/testing/py-itypes/APKBUILD @@ -3,11 +3,11 @@ pkgname=py-itypes _pkgreal=${pkgname#*-} pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Basic immutable container types for Python" url="https://github.com/tomchristie/itypes" arch="noarch" -license="Unknown" +license="BSD" depends="" makedepends="python2-dev python3-dev py2-setuptools" checkdepends="py2-flake8 py3-flake8 py2-pytest py3-pytest py-enum34 |