diff --git a/python-anyjson.spec b/python-anyjson.spec index 8d14c48..e7c80b6 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -20,6 +20,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-nose + # The tests test whichever parsers they can find, so install as many # as we can for the tests to use # Note: there is a PR with a patch for ujson support: @@ -34,7 +35,9 @@ BuildRequires: python3-nose # python-jsonlib # python-jsonlib2 # and django.utils.simplejson doesn't seem to exist upstream any more -BuildRequires: python2-simplejson + +# python2-simplejson provide is missing on f24 +BuildRequires: python-simplejson BuildRequires: python3-simplejson # No Python 3 build of this BuildRequires: python-cjson