diff options
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 7ccb510f65b..e1e97763f59 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -886,15 +886,13 @@ and building documentation from them.") (add-after 'unpack 'relax-requirements (lambda _ (substitute* "test-requirements.txt" - (("hacking.*") - "hacking"))))))) + (("(hacking|reno).*") + ""))))))) (propagated-inputs (list python-requests)) (native-inputs - (list python-hacking - python-openstackdocstheme + (list python-openstackdocstheme python-pbr - python-reno python-setuptools python-sphinx python-wheel)) |
