diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 23:25:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 23:26:07 +0200 |
commit | 3813ad2f34002547fdb9381eeea3ea59a3aa4997 (patch) | |
tree | 5992ebbb5587daa78c19cd5b1981810411eb95c8 /gnu | |
parent | f76ac21c16d8ba7b8717c4a3462f3c9a9b33ddea (diff) | |
download | patches-3813ad2f34002547fdb9381eeea3ea59a3aa4997.tar patches-3813ad2f34002547fdb9381eeea3ea59a3aa4997.tar.gz |
gnu: python-titlecase: Nose is a native input.
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4f6294ee73..64aa7da41e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18766,7 +18766,7 @@ an upload option to send your work back to the platform.") (base32 "0486i99wf8ssa7sgn81fn6fv6i4rhhq6n751bc740b3hzfbpmpl4")))) (build-system python-build-system) - (propagated-inputs + (native-inputs `(("python-nose" ,python-nose))) (home-page "https://github.com/ppannuto/python-titlecase") (synopsis "Capitalize strings similar to book titles") |