From 1d4bc21fe763c98514ca769c3a0eff5e1a02e46e Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Dec 16 2021 09:51:21 +0000 Subject: Sed out optional test dependency, not available on s390x --- diff --git a/python-django.spec b/python-django.spec index c87b7e2..4710675 100644 --- a/python-django.spec +++ b/python-django.spec @@ -77,6 +77,7 @@ popd # Remove unnecessary test BRs sed -i '/^tzdata$/d' tests/requirements/py3.txt +sed -i '/^pywatchman\b/d' tests/requirements/py3.txt %generate_buildrequires %pyproject_buildrequires -r tests/requirements/py3.txt