diff --git a/python-anyjson.spec b/python-anyjson.spec index 04ccd29..9a8590e 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -38,7 +38,8 @@ Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. %prep -%autosetup -n %{srcname}-%{version} +%setup -n %{srcname}-%{version} +%patch0 -p1 -b .py34 %build %py2_build