From: Jacob Lifshay Date: Mon, 25 Apr 2022 08:44:13 +0000 (-0700) Subject: add cached_property dependency X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=a54dd0848323483d22c182707911749adbc99b02 add cached_property dependency --- diff --git a/setup.py b/setup.py index 14cd4c6e..fa48c40b 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ install_requires = [ 'libresoc-ieee754fpu', # uploaded (successfully, whew) to pip 'libresoc-openpower-isa', # uploaded (successfully, whew) to pip # 'nmigen-soc', # install manually from git.libre-soc.org + "cached-property", ] test_requires = [