python-configobj: remove unused six dependency
This commit is contained in:
parent
73844be6ea
commit
0a21e7c975
@ -4,7 +4,7 @@ _realname=configobj
|
|||||||
pkgbase="python-${_realname}"
|
pkgbase="python-${_realname}"
|
||||||
pkgname=("python-${_realname}")
|
pkgname=("python-${_realname}")
|
||||||
pkgver=5.0.9
|
pkgver=5.0.9
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Simple but powerful config file reader and writer for Python"
|
pkgdesc="Simple but powerful config file reader and writer for Python"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
@ -12,7 +12,7 @@ url="https://github.com/DiffSK/configobj"
|
|||||||
msys2_references=(
|
msys2_references=(
|
||||||
"pypi:configobj"
|
"pypi:configobj"
|
||||||
)
|
)
|
||||||
depends=('python' 'python-six')
|
depends=('python')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'python-build'
|
'python-build'
|
||||||
'python-installer'
|
'python-installer'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user