add python-sphinx to make depend
This commit is contained in:
parent
dc28c23d50
commit
4639ce17c6
1
.SRCINFO
1
.SRCINFO
@ -7,6 +7,7 @@ pkgbase = beets-git
|
|||||||
license = MIT
|
license = MIT
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = pyhon-sphinx
|
||||||
depends = python-six
|
depends = python-six
|
||||||
depends = python-unidecode
|
depends = python-unidecode
|
||||||
depends = python-musicbrainzngs
|
depends = python-musicbrainzngs
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -11,7 +11,7 @@ license=('MIT')
|
|||||||
depends=('python-six' 'python-unidecode' 'python-musicbrainzngs'
|
depends=('python-six' 'python-unidecode' 'python-musicbrainzngs'
|
||||||
'python-yaml' 'python-mediafile' 'python-confuse'
|
'python-yaml' 'python-mediafile' 'python-confuse'
|
||||||
'python-munkres' 'python-jellyfish')
|
'python-munkres' 'python-jellyfish')
|
||||||
makedepends=('python-setuptools' 'git')
|
makedepends=('python-setuptools' 'git' 'pyhon-sphinx')
|
||||||
optdepends=('python-requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics, plexupdate plugins'
|
optdepends=('python-requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics, plexupdate plugins'
|
||||||
'python-pillow: fetchart, embedart, thumbnails plugins'
|
'python-pillow: fetchart, embedart, thumbnails plugins'
|
||||||
'python-pyacoustid: chroma plugin'
|
'python-pyacoustid: chroma plugin'
|
||||||
|
Loading…
Reference in New Issue
Block a user