mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-cryptography: remove unnecessary custom do_check
This commit is contained in:
parent
fd74a40b71
commit
9d2edcfec9
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vlicense LICENSE.BSD
|
vlicense LICENSE.BSD
|
||||||
|
|
Loading…
Add table
Reference in a new issue