From aad9398b60f152adbe740f8ecfbd1a20bdae57cb Mon Sep 17 00:00:00 2001 From: Carl George Date: Sun, 4 Nov 2018 15:28:51 -0600 Subject: [PATCH] Remove upstream egg-info if it exists --- python-jwt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-jwt.spec b/python-jwt.spec index e7e3d46..f35b041 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -65,6 +65,7 @@ Requires: python%{python3_pkgversion}-cryptography >= 1.4.0 %prep %autosetup -n %{srcname}-%{version} -p 1 +rm -rf %{eggname}.egg-info # prevent pullng in `addopts` for pytest run later rm setup.cfg