Skip to content
Snippets Groups Projects
Commit 1085da3c authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Ariadne Conill
Browse files

main/py3-certifi: remove no-op check

parent 296f1629
No related branches found
No related tags found
1 merge request!30708main/py3-certifi: remove no-op check
Pipeline #113521 passed
...@@ -13,6 +13,7 @@ source="https://files.pythonhosted.org/packages/source/c/certifi/certifi-$pkgver ...@@ -13,6 +13,7 @@ source="https://files.pythonhosted.org/packages/source/c/certifi/certifi-$pkgver
use-alpine-system-certs.patch use-alpine-system-certs.patch
" "
builddir="$srcdir/certifi-$pkgver" builddir="$srcdir/certifi-$pkgver"
options="!check" # no tests provided
replaces="py-certifi" # Backwards compatibility replaces="py-certifi" # Backwards compatibility
provides="py-certifi=$pkgver-r$pkgrel" # Backwards compatibility provides="py-certifi=$pkgver-r$pkgrel" # Backwards compatibility
...@@ -21,10 +22,6 @@ build() { ...@@ -21,10 +22,6 @@ build() {
python3 setup.py build python3 setup.py build
} }
check() {
python3 setup.py check
}
package() { package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment