diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:36:58 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 21:36:58 -0300 |
| commit | 433fa772d803ba7794d798c7c520ea35733869d5 (patch) | |
| tree | f7e33c893d1fdf489d00dc835fc8f8099fedee04 /testing | |
| parent | db402d130428c08d37afa520f68f01959f05bbe1 (diff) | |
| download | aports-433fa772d803ba7794d798c7c520ea35733869d5.tar.bz2 aports-433fa772d803ba7794d798c7c520ea35733869d5.tar.xz | |
testing/py3-pyscard: drop python2-dev and py-setuptools deps
Diffstat (limited to 'testing')
| -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 |
