Make pyusb depend on libusb

This commit is contained in:
Martchus 2016-08-28 21:40:55 +02:00
parent f7e71ff308
commit 15f7cd3d4f
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
pkgname=python-pyusb
pkgver=1.0.0
pkgrel=1
pkgrel=2
pkgdesc='A pure Python module which provides USB access'
arch=('any')
url="https://github.com/walac/pyusb"
license=('custom')
depends=('python' 'libusb-compat')
depends=('python' 'libusb')
makedepends=('python-distribute')
provides=($pkgname)
conflicts=($pkgname-git)