diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 08:39:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:58 +0000 |
commit | 18a2525126f71d602b65820b4ad315e291555040 (patch) | |
tree | c4821ed6a2c8cb4bcb8c45f2b1ddb98c3bbfe0e9 /testing/py-usb | |
parent | 8438190224a1cae516e3a6b1f0ebc9d4d5914fb8 (diff) | |
download | aports-18a2525126f71d602b65820b4ad315e291555040.tar.bz2 aports-18a2525126f71d602b65820b4ad315e291555040.tar.xz |
testing/py-usb: rebuild against python 3.7
Diffstat (limited to 'testing/py-usb')
-rw-r--r-- | testing/py-usb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-usb/APKBUILD b/testing/py-usb/APKBUILD index a43e731aef..77231c6b2f 100644 --- a/testing/py-usb/APKBUILD +++ b/testing/py-usb/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-usb _pkgname=pyusb pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="PyUSB offers easy USB devices communication in Python" url="https://pypi.python.org/pypi/pyusb" arch="noarch" |