diff options
-rw-r--r-- | python/python-docker/python-docker.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-docker/python-docker.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python-docker/python-docker.SlackBuild b/python/python-docker/python-docker.SlackBuild index 1994173bc8..efed40a2fe 100644 --- a/python/python-docker/python-docker.SlackBuild +++ b/python/python-docker/python-docker.SlackBuild @@ -57,7 +57,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/python/python-docker/python-docker.info b/python/python-docker/python-docker.info index cdfc6e5129..787f006914 100644 --- a/python/python-docker/python-docker.info +++ b/python/python-docker/python-docker.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e0/d7/5631c05977c51c1fc88b2eba MD5SUM="660c3c0c3776cb88f34fc549d7c89ed2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="backports-ssl-match-hostname ipaddress python-docker-pycreds websocket-client" +REQUIRES="backports-ssl-match-hostname ipaddress python2-docker-pycreds websocket-client" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |