diff options
-rw-r--r-- | community/py-udev/APKBUILD (renamed from testing/py-udev/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-udev/APKBUILD b/community/py-udev/APKBUILD index 1d412f99fb..c3ca9fc29b 100644 --- a/testing/py-udev/APKBUILD +++ b/community/py-udev/APKBUILD @@ -4,9 +4,9 @@ pkgver=0.20.0 pkgrel=0 pkgdesc="Python bindings to libudev" url="http://pyudev.readthedocs.org" -arch="all" +arch="noarch" license="LGPLv2.1" -depends="python" +depends="python eudev" makedepends="python-dev py-setuptools" install="" subpackages="" |