summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-14 19:50:44 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-14 19:50:44 +0100
commite91275256717a5325020a9a36749adbe759371d3 (patch)
treeb75ad1914178ef0604cd39e144698877e461f2f3 /gnu/packages
parent877fdac9e3afba664b5c6f66858c98750aa98694 (diff)
downloadpatches-e91275256717a5325020a9a36749adbe759371d3.tar
patches-e91275256717a5325020a9a36749adbe759371d3.tar.gz
gnu: python-inflection: Fix test requirements.
* gnu/packages/python.scm (python-inflection, python2-inflection)[native-inputs]: Add python-pytest.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8e94b52429..0ee533d007 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10314,6 +10314,8 @@ datetime type.")
(base32
"1jhnxgnw8y3mbzjssixh6qkc7a3afc4fygajhqrqalnilyvpzshq"))))
(build-system python-build-system)
+ (native-inputs
+ `(("python-pytest" ,python-pytest)))
(home-page "http://github.com/jpvanhal/inflection")
(synopsis "Python string transformation library")
(description