diff options
| -rw-r--r-- | testing/py3-pyscard/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyscard/APKBUILD b/testing/py3-pyscard/APKBUILD index de2e3be0c8..6396a3f762 100644 --- a/testing/py3-pyscard/APKBUILD +++ b/testing/py3-pyscard/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/LudovicRousseau/pyscard" arch="all" license="LGPL-2.1-only" depends="pcsc-lite" -makedepends="python2-dev python3-dev py-setuptools swig pcsc-lite-dev" +makedepends="python3-dev py3-setuptools swig pcsc-lite-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
