diff options
-rw-r--r-- | user/py3-mock/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-mock/APKBUILD b/user/py3-mock/APKBUILD index d474ad7ae..26248b73f 100644 --- a/user/py3-mock/APKBUILD +++ b/user/py3-mock/APKBUILD @@ -8,8 +8,8 @@ pkgdesc="A Python Mocking and Patching Library for Testing" url="https://github.com/testing-cabal/mock" arch="noarch" options="!check" # tries to import mock-2, uses nose -license="BSD" -depends="py3-pbr py3-six" +license="BSD-2-Clause" +depends="python3 py3-pbr py3-six" makedepends="python3-dev" subpackages="" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |