diff options
| author | 宋文武 <iyzsong@gmail.com> | 2016-06-27 20:40:34 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@gmail.com> | 2016-06-27 22:17:21 +0800 |
| commit | d42560bdfa8a415b04c2b8c1e6475140733e36f5 (patch) | |
| tree | b9965e1478f378aec2d0ceed8aaa3bd026103f94 /gnu/packages/python.scm | |
| parent | 9403150a96b768ae57f6fc7dbb0ba330136dd9f5 (diff) | |
gnu: python-email-validator: Rearrange inputs.
* gnu/packages/python.scm (python-email-validator)[native-inputs]: Move
python-dnspython, python-idna ...
[propagated-inputs]: to here.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index aac703c355f..7db8a8f8e42 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -9493,9 +9493,10 @@ It supports TSIG authenticated messages and EDNS0.") | |||
| 9493 | (("dnspython3") "dnspython")) | 9493 | (("dnspython3") "dnspython")) |
| 9494 | #t))))) | 9494 | #t))))) |
| 9495 | (native-inputs | 9495 | (native-inputs |
| 9496 | `(("python-setuptools" ,python-setuptools))) | ||
| 9497 | (propagated-inputs | ||
| 9496 | `(("python-dnspython" ,python-dnspython) | 9498 | `(("python-dnspython" ,python-dnspython) |
| 9497 | ("python-idna" ,python-idna) | 9499 | ("python-idna" ,python-idna))) |
| 9498 | ("python-setuptools" ,python-setuptools))) | ||
| 9499 | (home-page "https://github.com/JoshData/python-email-validator") | 9500 | (home-page "https://github.com/JoshData/python-email-validator") |
| 9500 | (synopsis "Email address validation library for Python") | 9501 | (synopsis "Email address validation library for Python") |
| 9501 | (description | 9502 | (description |
