add python-sphinx to make depend

This commit is contained in:
vincent 2021-01-13 18:25:30 +01:00
parent dc28c23d50
commit 4639ce17c6
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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'