diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-12-30 06:39:52 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-12-30 06:44:47 +0000 |
commit | 39f9e63e544e1e076e4f8d637dc65baca561f36e (patch) | |
tree | e76868f98b431bdb51928789ae6ef5340ac33350 | |
parent | a9dd54ad730f1710f04736c9af6af08eed4d00cf (diff) | |
download | aports-39f9e63e544e1e076e4f8d637dc65baca561f36e.tar.gz aports-39f9e63e544e1e076e4f8d637dc65baca561f36e.tar.bz2 aports-39f9e63e544e1e076e4f8d637dc65baca561f36e.tar.xz |
community/py3-pytest-black: re-enable on s390x
black is available again
-rw-r--r-- | community/py3-pytest-black/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytest-black/APKBUILD b/community/py3-pytest-black/APKBUILD index d5eef44b20..514d0bb786 100644 --- a/community/py3-pytest-black/APKBUILD +++ b/community/py3-pytest-black/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3.12 pkgrel=0 pkgdesc="pytest plugin to enable format checking with black" url="https://github.com/shopkeep/pytest-black" -arch="noarch !mips !mips64 !s390x" # Blocked by black +arch="noarch !mips !mips64" # Blocked by black license="MIT" depends="python3 py3-pytest black py3-toml" makedepends="py3-setuptools py3-setuptools_scm" |