diff options
| author | Leo Famulari <leo@famulari.name> | 2016-02-18 12:59:18 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-02-21 02:46:23 -0500 |
| commit | 68f1cdecf17ae0b285910f7bdea4e9e3284b34da (patch) | |
| tree | 7c1ef0f89dd0ee2297be67a25ff03eb310a7a1f7 /gnu/packages/docker.scm | |
| parent | 820acd1bc399a44f14a8b4828da2f1216ae62b99 (diff) | |
gnu: Don't use python-enum34 when building with python-3.4.
* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-enum34.
* gnu/packages/python.scm (python-parse-type)[inputs]: Likewise.
(behave)[inputs]: Likewise.
(python-cryptography)[propagated-inputs]: Likewise.
(python2-cryptography)[propagated-inputs]: Add python2-enum34.
Diffstat (limited to 'gnu/packages/docker.scm')
| -rw-r--r-- | gnu/packages/docker.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index 06b72ee3760..0760001da72 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm | |||
| @@ -90,7 +90,6 @@ client.") | |||
| 90 | `(("python-docker-py" ,python-docker-py) | 90 | `(("python-docker-py" ,python-docker-py) |
| 91 | ("python-dockerpty" ,python-dockerpty) | 91 | ("python-dockerpty" ,python-dockerpty) |
| 92 | ("python-docopt" ,python-docopt) | 92 | ("python-docopt" ,python-docopt) |
| 93 | ("python-enum34" ,python-enum34) | ||
| 94 | ("python-jsonschema" ,python-jsonschema) | 93 | ("python-jsonschema" ,python-jsonschema) |
| 95 | ("python-pyyaml" ,python-pyyaml) | 94 | ("python-pyyaml" ,python-pyyaml) |
| 96 | ("python-requests" ,python-requests-2.7) | 95 | ("python-requests" ,python-requests-2.7) |
