index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 03:49:10 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 03:49:10 +0300 |
commit | cb038a82425769663b073ca331b93bbf684a0d34 (patch) | |
tree | 6e7403af2f42662e288c64b2931a2287c8a6e224 /extra/python-cffi | |
parent | a48dd0e68dafa66fb3d12894f5fa208fc4621b0e (diff) |
-rw-r--r-- | extra/python-cffi/PKGBUILD | 2 |
diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD index 3f9d3db4..78288a37 100644 --- a/extra/python-cffi/PKGBUILD +++ b/extra/python-cffi/PKGBUILD @@ -1,2 +1,2 @@ # These for some reason fail only when run through the build system... -eval "$(declare -f check | sed 's@pytest@pytest || true')" +eval "$(declare -f check | sed 's@pytest@pytest || true@')" |