python-docker: remove obsolete replaces

This commit is contained in:
Alessio Sergi 2018-04-26 19:19:22 +02:00
parent 444d36452c
commit d589a38c78

View File

@ -6,7 +6,6 @@ noarch=yes
wrksrc="docker-${version}" wrksrc="docker-${version}"
build_style=python-module build_style=python-module
pycompile_module="docker" pycompile_module="docker"
replaces="python-docker-py>=0"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests python-six python-websocket-client python-ipaddress depends="python-requests python-six python-websocket-client python-ipaddress
python-backports.ssl_match_hostname python-docker-pycreds" python-backports.ssl_match_hostname python-docker-pycreds"
@ -20,7 +19,6 @@ checksum=dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a
python3-docker_package() { python3-docker_package() {
noarch=yes noarch=yes
pycompile_module="docker" pycompile_module="docker"
replaces="python3-docker-py>=0"
depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds" depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {