diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-20 21:00:14 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-20 21:00:14 -0200 |
commit | fdb608f19a44201025aaaed0c46277490fb3647b (patch) | |
tree | 08f457a60d1fc07ddf8b4439472cc768cc31f113 /pcr | |
parent | d0d140a6552e852cdeeaaf373a266ca44cc35352 (diff) |
python2-pywebdav-0.9.8-2: remove pyxml from depends
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-pywebdav/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python2-pywebdav/PKGBUILD b/pcr/python2-pywebdav/PKGBUILD index c5c72b22a..994bd4c4f 100644 --- a/pcr/python2-pywebdav/PKGBUILD +++ b/pcr/python2-pywebdav/PKGBUILD @@ -3,12 +3,12 @@ pkgname=python2-pywebdav pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="A standards compliant WebDAV server and library written in Python" arch=('any') url="http://code.google.com/p/pywebdav/" license=('GPLv2') -depends=('python2' 'pyxml') +depends=('python2') conflicts=('python-pywebdav') makedepends=('python2-distribute') source=(http://pywebdav.googlecode.com/files/PyWebDAV-$pkgver.tar.gz) |