diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:13:49 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:57:02 -0500 |
commit | 16038b0594f9b2235b617e92d41ee63ff4a1d485 (patch) | |
tree | 6ef8cfddfa149d0adb550deb6311b5a0cdaad93c /gnu/packages | |
parent | dccaf68ab0634e99eaeb2184bc799535b0ff8235 (diff) |
gnu: python2-behave-web-api: Remove package.
* gnu/packages/check.scm (python2-behave-web-api): Delete.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 248d7f1299..24d928e7b5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2423,9 +2423,6 @@ tests written in a natural language style, backed up by Python code.") JSON APIs with Behave.") (license license:expat))) -(define-public python2-behave-web-api - (package-with-python2 python-behave-web-api)) - (define-public python-rednose (package (name "python-rednose") |