makedeb
Library that talks the protocols to support iPhone and iPod Touch devices on Linux
Click here to go back to the commit logs for libimobiledevice-git.
Hash: 1e8cca93c730c4a3b0459695d0546b291ae038ff
Message: try using python-dev
diff --git a/PKGBUILD b/PKGBUILD
index ec02ceb..b862cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
depends=('build-essential' 'checkinstall' 'git' 'autoconf' 'automake' 'libtool-bin' 'libplist-git' 'libusbmuxd-git' 'libssl-dev' 'usbmuxd' 'pkg-config')
-makedepends=('python' 'cython3' 'libplist-git' 'autoconf-archive'
+makedepends=('python' 'python-dev' 'cython3' 'libplist-git' 'autoconf-archive'
'git' 'python-setuptools')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
conflicts=('libiphone-git' 'libiphone' 'libimobiledevice')