python-dockerpty: rebuild for Python 3.6
This commit is contained in:
parent
8de29e500f
commit
0fbefd2905
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-dockerpty'
|
||||
pkgname=python-dockerpty
|
||||
version=0.4.1
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="dockerpty-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six python-docker-py"
|
||||
depends="python-six python-docker"
|
||||
pycompile_module="dockerpty"
|
||||
short_desc="Python2 library to use the pseudo-tty of a docker container"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
|
@ -17,7 +17,7 @@ checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
|
|||
|
||||
python3-dockerpty_package() {
|
||||
noarch=yes
|
||||
depends="python3-six python3-docker-py"
|
||||
depends="python3-six python3-docker"
|
||||
pycompile_module="dockerpty"
|
||||
replaces="python3.4-dockerpty>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
|
|
Loading…
Reference in New Issue