python3Packages.docker-py: init at 1.10.6

This commit is contained in:
Philipp Middendorf
2019-01-28 15:03:42 +01:00
parent 4f832c5ad8
commit 98ff153a95
2 changed files with 30 additions and 0 deletions

View File

@@ -1642,6 +1642,8 @@ in {
docker = callPackage ../development/python-modules/docker {};
docker-py = disabledIf isPy27 (callPackage ../development/python-modules/docker-py {});
dockerpty = callPackage ../development/python-modules/dockerpty {};
docker_pycreds = callPackage ../development/python-modules/docker-pycreds {};