Skip to content
Snippets Groups Projects
Commit 92d8ed65 authored by Will Sinatra's avatar Will Sinatra Committed by omni
Browse files

community/py3-dnsrobocert: enable checks on riscv64

parent c0bbad51
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!76182community/py3-pebble: upgrade to 5.1.0
Pipeline #280071 skipped
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com> # Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-dnsrobocert pkgname=py3-dnsrobocert
pkgver=3.25.0 pkgver=3.25.0
pkgrel=1 pkgrel=2
pkgdesc="A tool to manage your DNS-challenged TLS certificates" pkgdesc="A tool to manage your DNS-challenged TLS certificates"
url="https://dnsrobocert.readthedocs.io/en/latest/" url="https://dnsrobocert.readthedocs.io/en/latest/"
arch="noarch" arch="noarch"
...@@ -41,11 +41,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/adferrand/dnsrobocert/archiv ...@@ -41,11 +41,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/adferrand/dnsrobocert/archiv
" "
builddir="$srcdir/dnsrobocert-$pkgver" builddir="$srcdir/dnsrobocert-$pkgver"
case "$CARCH" in
# blocked by pebble
riscv64) options="$options !check" ;;
esac
build() { build() {
gpep517 build-wheel \ gpep517 build-wheel \
--wheel-dir .dist \ --wheel-dir .dist \
......
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