python3-docker-py:v.bump to 2.0.2

This commit is contained in:
2017-02-01 15:12:36 +03:00
parent 7505b6632c
commit 48a051d02c
3 changed files with 33 additions and 4 deletions
@@ -0,0 +1,19 @@
--- setup_old.py 2017-02-01 15:02:25.088620379 +0300
+++ setup.py 2017-02-01 15:10:53.517611419 +0300
@@ -5,16 +5,8 @@
import os
import sys
-import pip
-
from setuptools import setup, find_packages
-if 'docker-py' in [x.project_name for x in pip.get_installed_distributions()]:
- print(
- 'ERROR: "docker-py" needs to be uninstalled before installing this'
- ' package:\npip uninstall docker-py', file=sys.stderr
- )
- sys.exit(1)
ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)