1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 08:29:17 +00:00

fix setuptools dependency

This commit is contained in:
deadc0de6
2018-02-11 12:26:34 +01:00
parent 7c1a04acc4
commit 142bb2022b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/deadc0de6/dotdrop" url="https://github.com/deadc0de6/dotdrop"
license=('GPL') license=('GPL')
groups=() groups=()
depends=('python' 'setuptools' 'python-jinja' 'python-docopt' 'python-pyaml') depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-pyaml')
makedepends=('git') makedepends=('git')
provides=(dotdrop) provides=(dotdrop)
conflicts=(dotdrop) conflicts=(dotdrop)

View File

@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/deadc0de6/dotdrop" url="https://github.com/deadc0de6/dotdrop"
license=('GPL') license=('GPL')
groups=() groups=()
depends=('python' 'setuptools' 'python-jinja' 'python-docopt' 'python-pyaml') depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-pyaml')
makedepends=('git') makedepends=('git')
source=("git+https://github.com/deadc0de6/dotdrop.git") source=("git+https://github.com/deadc0de6/dotdrop.git")
md5sums=('SKIP') md5sums=('SKIP')