python3-numpy-stl: add python3-pytest-flake8 dep
This commit is contained in:
parent
1b333925fe
commit
4e3219c4b2
|
@ -8,7 +8,7 @@ build_helper="numpy"
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-setuptools python3-numpy python3-utils"
|
depends="python3-setuptools python3-numpy python3-utils"
|
||||||
checkdepends="$depends python3-pytest-cov python3-docutils"
|
checkdepends="$depends python3-pytest-cov python3-pytest-flake8 python3-docutils"
|
||||||
short_desc="Python3 library to make working with STL files fast and easy"
|
short_desc="Python3 library to make working with STL files fast and easy"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -22,10 +22,6 @@ pre_build() {
|
||||||
sed -i '/setup_requires=/d' setup.py
|
sed -i '/setup_requires=/d' setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
vsed -i pytest.ini -e s/--flake8//
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue