diff options
Diffstat (limited to 'community/py-udev')
-rw-r--r-- | community/py-udev/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-udev/APKBUILD b/community/py-udev/APKBUILD index 3615c3a668c..4406f7fbc27 100644 --- a/community/py-udev/APKBUILD +++ b/community/py-udev/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="Python bindings to libudev" url="http://pyudev.readthedocs.org" arch="noarch" license="LGPLv2.1" -depends="python eudev" +depends="python2 eudev" makedepends="python2-dev py-setuptools" install="" subpackages="" |